Forked from manhg/gist:503cc03c638ab19daa0954c3c15a0b89
Created
October 12, 2018 10:14
-
-
Save madhukar93/09390c1db9e929de745316ba846f4ed2 to your computer and use it in GitHub Desktop.
pdb inside docker-compose
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
# open streams | |
``` | |
stdin_open: true | |
tty: true | |
``` | |
# run this to get into console | |
docker attach <instance> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment