Skip to content

Commit fa7d060

Browse files
Merge pull request #22944 from shafi-dayatar:patch-1
PiperOrigin-RevId: 217184406
2 parents b11fdb9 + 1c991cf commit fa7d060

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Assignments for Udacity Deep Learning class with TensorFlow
33

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

6+
## Getting Started with Docker
7+
8+
If you are new to Docker, follow
9+
[Docker document](https://docs.docker.com/machine/get-started/) to start a
10+
docker instance. Kindly read the requirements of Windows and Mac carefully.
11+
612
Running the Docker container from the Google Cloud repository
713
-------------------------------------------------------------
814

@@ -17,11 +23,20 @@ Accessing the Notebooks
1723

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

20-
On mac, find the virtual machine's IP using:
26+
On mac, go to terminal and find the virtual machine's IP using:
27+
28+
docker-machine ip default
29+
30+
Then go to: http://(ip address received from the above command):8888 (likely
31+
http://192.168.99.100:8888)
32+
33+
On Windows, use powershell to find the virtual machine's IP using:
2134

2235
docker-machine ip default
36+
2337

24-
Then go to: http://IP:8888 (likely http://192.168.99.100:8888)
38+
Then go to: http://(ip address received from the above command):8888 (likely
39+
http://192.168.99.100:8888)
2540

2641
FAQ
2742
---

0 commit comments

Comments
 (0)