Created
July 5, 2017 09:17
-
-
Save hugopereira84/49cd0e18ca6291ec6366e89d1125eebc to your computer and use it in GitHub Desktop.
Tips dockers
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
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