File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Assignments for Udacity Deep Learning class with TensorFlow
3
3
4
4
Course information can be found at https://www.udacity.com/course/deep-learning--ud730
5
5
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
+
6
12
Running the Docker container from the Google Cloud repository
7
13
-------------------------------------------------------------
8
14
@@ -17,11 +23,20 @@ Accessing the Notebooks
17
23
18
24
On linux, go to: http://127.0.0.1:8888
19
25
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:
21
34
22
35
docker-machine ip default
36
+
23
37
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 )
25
40
26
41
FAQ
27
42
---
You can’t perform that action at this time.
0 commit comments