Created
September 27, 2016 09:12
-
-
Save roylee0704/7779fe9211ecd8b9b57f56ce2cb28ff7 to your computer and use it in GitHub Desktop.
ssh to docker instance at eb
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
# list running instances. | |
sudo docker ps | |
# show logs of a particular instance: 5b51cb779326 | |
sudo docker logs 5b51cb779326 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment