Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paulmwatson/9984b2eb55d0883e3861865e33958939 to your computer and use it in GitHub Desktop.
Save paulmwatson/9984b2eb55d0883e3861865e33958939 to your computer and use it in GitHub Desktop.
docker python development
docker run -it --rm -v /dir/to/code:/app python:3.9 bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment