Links about Docker
Some links about Docker containers.
Official documentation
The Docker documentation site has getting started guides, examples and the complete reference for the commands:
Other articles
This article explains the difference between the CMD and the
ENTRYPOINT commands on the Dockerfile. There’re an interesting
example for running command in a fixed container.