Skip to content

Instantly share code, notes, and snippets.

@hugopereira84
Created July 5, 2017 09:17
Show Gist options
  • Save hugopereira84/49cd0e18ca6291ec6366e89d1125eebc to your computer and use it in GitHub Desktop.
Save hugopereira84/49cd0e18ca6291ec6366e89d1125eebc to your computer and use it in GitHub Desktop.
Tips dockers
List Containers that are running:
$ docker ps
Enter a running docker:
$ docker exec -it [container-id] bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment