You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/docker-setup.adoc
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,6 @@ This section describes what, how, and where to install the software needed for t
9
9
10
10
### Environment
11
11
12
-
#### DNS Server setup Linux/Mac OS
13
-
14
-
. Edit `/etc/resolv.conf` (Mac OS or Linux) and leave it as:
15
-
16
-
[source, text]
17
-
----
18
-
nameserver <INSTRUCTOR IP ADDRESS>
19
-
----
20
-
21
12
#### DNS Server setup Windows
22
13
23
14
Go to the adapter settings of your pc's and open the Wireless Network Connection Properties Dialogue. Edit the IPv4 Properties and add the instructor IP (!) as a primary DNS server.
@@ -28,6 +19,16 @@ image::images/dns-setup-3.png["Attendee DNS Setup"]
28
19
29
20
Switch to the cmd and ping classroom.example.com to verify it works.
30
21
22
+
#### DNS Server setup Linux/Mac OS
23
+
24
+
. Edit `/etc/resolv.conf` (Mac OS or Linux) and leave it as:
For Windows, make sure to add `c:\Users\<username>\docker` to your `%PATH%` variable. This was already done for Linux / MacOs when you downloaded `docker-machine` script to `/usr/local/bin/docker-machine`.
0 commit comments