I’ll integrate a new project which uses Docker. As far as I know the guys in the project create custom dockers and launch them, and they use docker compose for something.
Besides the documentation pages of Docker, that typically include more information than I need, are there any good learning materials? (Free) MOOC, videos, books, pdfs, tutorials… ?
ps: may not be very relevant, but they develop on mac OS X
Start with free videos about 2 or 3 hours on docker.com then pluralsite
has another 8 hours or so that is worth it if you want more advanced skills
$35
Couple of suggestions for tutorial 1 - Introduction to Docker
Show how to kill the last tomcat container in the tutorial. When the tutorial ends, tomcat is still running as a daemon.
Be more specific on how to search for users in the exercise after a user is added in order to demonstrate that it’s not there. Some docker users may not be familiar with unix commands for finding users (if they are primarily mac or windows users)
In general though, it’s a great little 1 hour intro to docker.