Skip to content

Commit

Permalink
Make the default command use a named container
Browse files Browse the repository at this point in the history
It seems that it's a more common workflow than I assumed, and should be relatively foolproof.
  • Loading branch information
vincentvanhoucke committed Jul 14, 2016
1 parent 5df4c71 commit 1cf5af0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tensorflow/examples/udacity/README.md
Expand Up @@ -6,7 +6,11 @@ Course information can be found at https://www.udacity.com/course/deep-learning-
Running the Docker container from the Google Cloud repository
-------------------------------------------------------------

docker run -p 8888:8888 -it b.gcr.io/tensorflow-udacity/assignments:0.5.0
docker run -p 8888:8888 --name tensorflow-udacity -it b.gcr.io/tensorflow-udacity/assignments:0.5.0

Note that if you ever exit the container, you can return to it using:

docker start -ai tensorflow-udacity

Accessing the Notebooks
-----------------------
Expand Down

0 comments on commit 1cf5af0

Please sign in to comment.