Last active
January 18, 2017 14:07
-
-
Save clodo/693b0da861e2249e5ba3f1b49993b70c to your computer and use it in GitHub Desktop.
Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker images | |
$ docker ps -l -a | |
$ docker rm <container> | |
$ docker rmi <image> | |
$ docker logs -f nostalgic_morse | |
$ docker port nostalgic_morse | |
$ docker top nostalgic_morse | |
$ docker-compose up --build | |
$ docker-compose build <container> | |
http://moncho.github.io/dry/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment