Skip to content

Instantly share code, notes, and snippets.

@rounakdatta
Last active March 6, 2019 13:58
Show Gist options
  • Save rounakdatta/6deaa500ed14ec1f10400c601ff7959d to your computer and use it in GitHub Desktop.
Save rounakdatta/6deaa500ed14ec1f10400c601ff7959d to your computer and use it in GitHub Desktop.
Docker usage notes

sudo docker run -v /home/rounak/work:/mnt/rounak -it jjanzic/docker-python3-opencv python sudo docker run --interactive --tty --init --rm --name opencv-notebook --publish 8888:8888 --volume /home/rounak/work:/mnt/rounak alexlouden/python-opencv-notebook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment