Skip to content

Instantly share code, notes, and snippets.

@xsqian
Created March 15, 2018 04:28
Show Gist options
  • Save xsqian/012af9734c150f04d8dc70ca890e408b to your computer and use it in GitHub Desktop.
Save xsqian/012af9734c150f04d8dc70ca890e408b to your computer and use it in GitHub Desktop.
docker image for the CarND
-- to pull the latest version of docker image from registry:
docker pull udacity/carnd-term1-starter-kit
-- to run the docker image (for Windows PowerShell):
docker run -it --rm -p 8888:8888 -v ${pwd}:/src udacity/carnd-term1-starter-kit test.ipynb
--or (for bash or Docker Quickstart Terminal)
docker run -it --rm -p 8888:8888 -v `pwd`:/src udacity/carnd-term1-starter-kit test.ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment