Extras
Links
- https://www.docker.com/101-tutorial/
- https://www.youtube.com/watch?v=3c-iBn73dDE
- https://docker-curriculum.com
- https://www.tutorialspoint.com/docker/docker_managing_ports.htm
- https://www.oreilly.com/search/?q=docker&type=*&rows=10
FROM nodejs vs FROM ubuntu + apt-get install nodejs
—> nodejs AND python?
demos
https://github.com/matti/docker-freedos
docker run -it mattipaksula/freedos
https://github.com/matti/http-doom
docker run -it -p 8080:8080 mattipaksula/ws-doom
https://github.com/matti/ws-doom
docker run -it -p 8080:8080 mattipaksula/http-doom
https://github.com/matti/shell
docker run -p 8080:8080 -p 15900:15900 mattipaksula/shell
https://github.com/jessfraz/dockerfiles
demos with docker-compose
You have reached the end of this section!