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: instructor/readme.adoc
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,16 @@ If you're executing commands in the Babun bash from here on, make sure to keep i
101
101
102
102
There is no in-built support for DNS and so this needs to be configured. Currently this works only on Mac and Linux, and need to be fixed for Windows https://github.com/javaee-samples/docker-java/issues/61[#61].
103
103
104
+
. Edit `/etc/hosts` (Mac OS / Linux)
105
+
+
106
+
[source, text]
107
+
----
108
+
<INSTRUCTOR_IP> classroom.example.com
109
+
----
110
+
+
111
+
IMPORTANT: <INSTRUCTOR_IP> is the IP of your public interface eg. `en0, eth0`.
112
+
+
113
+
104
114
. Install a simple dns server such as `dnsmasq` as:
0 commit comments