Usefull docker recipes
Most images available on dockerhub under the cotech account.
Examples:
- cotech/ubuntu-18-04-ssh-dev
- cotech/ubuntu-20-04-ssh-dev
- cotech/toolchain-ionic-3.2
- cotech/toolchain-esp32-ftm
Docker run example:
$ docker run --rm -it -p 22:22 cotech/toolchain-esp32-ftm
# ssh server on port 22, user: dev, password: 123