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
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ Instructor needs:
18
18
19
19
. Have https://www.virtualbox.org/[Oracle Virtualbox] installed and the install folder added to your PATH environment variable.
20
20
. Have the https://github.com/arun-gupta/docker-java/ git repository checked out.
21
-
. Have https://msysgit.github.io/ installed on windows
21
+
. Have https://msysgit.github.io/ installed on Windows
22
22
23
23
## Install Docker Client
24
+
The docker client is the minimum requirement to have. Download and install by just copying and renaming it accordingly.
24
25
25
26
[source, text]
26
27
----
@@ -35,6 +36,9 @@ And save to c:\Users\<username>\docker\docker.exe
35
36
----
36
37
37
38
## Install Docker compose
39
+
We use compose to make the setup for the instructor as easy as possible. The link:https://github.com/arun-gupta/docker-java/blob/master/instructor/docker-compose.yml[docker-compose.yml] contains all the instructions for the tool to setup and start the infrastructure............................................................................
40
+
Learn more about it by visiting the link:https://docs.docker.com/compose/[Docker Compose Website].
We want to provide the option to run this lab without any internet access at all. So, the instructor machine will contain everything that the attendees will need to run this lab.
0 commit comments