Last active
October 15, 2018 03:21
-
-
Save ncole458/70966004e7704dd31896f2b9685dfb4d to your computer and use it in GitHub Desktop.
Docker commands
This file contains 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
# view container instances | |
docker container ls | |
# activate instance, i.e. nginx, django etc. | |
docker exec -i -t be821b60fa28 /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment