Last active
November 1, 2018 15:52
-
-
Save michaelkarrer81/42c6f9dd106ec9fd2933744887e13759 to your computer and use it in GitHub Desktop.
[docker cheat sheet] basic docker commands #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 Basics | |
docker ps | |
docker restart <container_id> | |
docker logs | |
docker exec -it <container_id> /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment