Skip to content

Instantly share code, notes, and snippets.

@VITIMan
Created September 5, 2017 07:40
Show Gist options
  • Save VITIMan/2ea88ec56832e56ac73269bad2481cd7 to your computer and use it in GitHub Desktop.
Save VITIMan/2ea88ec56832e56ac73269bad2481cd7 to your computer and use it in GitHub Desktop.
Docker snippets

Debugging

If you are using the following within your code to debug:

import ipdb; ipdb.set_trace()

Then you may need to run the following for it to work as desired:

$ docker-compose -f file.yml run --service-ports image:tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment