Skip to content

Instantly share code, notes, and snippets.

@roylee0704
Created September 27, 2016 09:12
Show Gist options
  • Save roylee0704/7779fe9211ecd8b9b57f56ce2cb28ff7 to your computer and use it in GitHub Desktop.
Save roylee0704/7779fe9211ecd8b9b57f56ce2cb28ff7 to your computer and use it in GitHub Desktop.
ssh to docker instance at eb
# 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