Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Last active April 26, 2017 19:30
Show Gist options
  • Save selcukusta/332c27746512215fe23310c33a8c0afc to your computer and use it in GitHub Desktop.
Save selcukusta/332c27746512215fe23310c33a8c0afc to your computer and use it in GitHub Desktop.
docker pull python:latest
docker run --name python -v C:/python-scripts:/etc/scripts -p 1905:1905 -it python:latest /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment