Skip to content

Instantly share code, notes, and snippets.

@manhg
Created August 14, 2017 07:04
Show Gist options
  • Save manhg/503cc03c638ab19daa0954c3c15a0b89 to your computer and use it in GitHub Desktop.
Save manhg/503cc03c638ab19daa0954c3c15a0b89 to your computer and use it in GitHub Desktop.
pdb inside docker-compose
# 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