Created
March 15, 2018 04:28
-
-
Save xsqian/012af9734c150f04d8dc70ca890e408b to your computer and use it in GitHub Desktop.
docker image for the CarND
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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
https://github.com/udacity/CarND-Term1-Starter-Kit/blob/master/doc/configure_via_docker.md