From personal use
- docker help : the MOST important command ;)
- made first own Docker file
- difference between container and images
- an image, result of a build from a Dockerfile, is not running
- exiting container if process in daemon mode
- depending on the target usage but if passed the -d parameter must make sure to run the target process in foreground
- docker attach to access the terminal inside a running container
- docker -p 80:80 for HTTPd port mapping
To explore
- links to websites with content to discover
Note
My notes on Tools gather what I know or want to know. Consequently they are not and will never be complete references. For this, official manuals and online communities provide much better answers.