aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/udacity/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/udacity/README.md')
-rw-r--r--tensorflow/examples/udacity/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/examples/udacity/README.md b/tensorflow/examples/udacity/README.md
index 2814e5c62a..6e40c3bae6 100644
--- a/tensorflow/examples/udacity/README.md
+++ b/tensorflow/examples/udacity/README.md
@@ -54,6 +54,9 @@ to get the ip of the new virtual machine. To switch from default virtual machine
Note that `docker-machine env tensorflow` outputs some environment variables such like `DOCKER_HOST`. Then your docker client is now connected to the docker host in virtual machine `tensorflow`
+* **I'm getting the error - docker: Cannot connect to the Docker daemon. Is the docker daemon running on this host? - when I run 'docker run'.**
+
+This is a permissions issue, and a popular answer is provided for Linux and Max OSX [here](http://stackoverflow.com/questions/21871479/docker-cant-connect-to-docker-daemon) on StackOverflow.
Notes for anyone needing to build their own containers (mostly instructors)
===========================================================================