docker-cheat-sheet
docker-cheat-sheet copied to clipboard
Docker Cheat Sheet
1. Add the docker-compose up command 2. Add the explanation text for the docker-compose -f Flag
I have this cheat sheet on my cubicle wall  Thanks for this!
can i translate to Indonesia?
The new docker `cli` convention is migrating from single sub-command to pair of management commands. So, It's better to update this document to new interface. #### Examples: ``` bash #...
It would be nice if you make releases on a regular basis. A release could be done after some minor or a major edit.
as multi-stage builds is a thing now (and a useful thing) it is a good idea to provide a sample example (maybe just link) https://docs.docker.com/engine/userguide/eng-image/multistage-build/
This playlist is referred from a YouTube channel, Automation Step by Step. This tutorial really helps beginners to understand what is docker, images, containers, Dockerfile, docker composer, etc.
Add a check to see if there are any containers to delete