Skip to content

Commit

Permalink
Merge pull request #22944 from shafi-dayatar:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 217184406
  • Loading branch information
tensorflower-gardener committed Oct 15, 2018
2 parents b11fdb9 + 1c991cf commit fa7d060
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Assignments for Udacity Deep Learning class with TensorFlow

Course information can be found at https://www.udacity.com/course/deep-learning--ud730

## Getting Started with Docker

If you are new to Docker, follow
[Docker document](https://docs.docker.com/machine/get-started/) to start a
docker instance. Kindly read the requirements of Windows and Mac carefully.

Running the Docker container from the Google Cloud repository
-------------------------------------------------------------

Expand All @@ -17,11 +23,20 @@ Accessing the Notebooks

On linux, go to: http://127.0.0.1:8888

On mac, find the virtual machine's IP using:
On mac, go to terminal and find the virtual machine's IP using:

docker-machine ip default

Then go to: http://(ip address received from the above command):8888 (likely
http://192.168.99.100:8888)

On Windows, use powershell to find the virtual machine's IP using:

docker-machine ip default


Then go to: http://IP:8888 (likely http://192.168.99.100:8888)
Then go to: http://(ip address received from the above command):8888 (likely
http://192.168.99.100:8888)

FAQ
---
Expand Down

0 comments on commit fa7d060

Please sign in to comment.