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: developer-tools/java/chapters/ch01-setup.adoc
+8-6
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,18 @@
4
4
5
5
This section describes the hardware and software needed for this workshop, and how to configure them. This workshop is designed for a BYOL (Brying Your Own Laptop) style hands-on-lab.
6
6
7
-
== Hardware
7
+
== Hardware & Software
8
8
9
-
. Operating System: Mac OS X (10.10+), Windows 10 Pro+, Ubuntu 12+, CentOS 7+
10
-
. Memory: At least 4 GB+, preferred 8 GB
9
+
. Memory: At least 4 GB+, strongly preferred 8 GB
10
+
. Operating System: Mac OS X (10.10.3+), Windows 10 Pro+ 64-bit, Ubuntu 12+, CentOS 7+
11
+
12
+
An older version of the operating system may be used. The installation instructions would differ slightly in that case and are explained in the next section.
11
13
12
14
== Install Docker
13
15
14
16
Docker runs natively on Mac, Windows and Linux. This lab will use https://www.docker.com/community-edition[Docker Community Edition]. Follow the https://www.docker.com/community-edition[instructions] to install Docker.
15
17
16
-
NOTE: Docker for Mac and Windows have requirements for a fairly recent operating system version. If your machine does not meet these requirements, then you need to install https://www.docker.com/products/docker-toolbox[Docker Toolbox].
18
+
NOTE: Docker Community Edition have requirements for a fairly recent operating system version. If your machine does not meet these requirements, then you need to install https://www.docker.com/products/docker-toolbox[Docker Toolbox].
17
19
18
20
=== Additional components
19
21
@@ -23,7 +25,7 @@ Install the following additional components:
23
25
24
26
=== Docker Toolbox Notes
25
27
26
-
Skip this section if you are not using Docker Toolbox for Mac or Windows.
28
+
Skip this section if you are using Docker Community Edition.
27
29
28
30
. *Default Docker Machine*: Docker Toolbox creates a Docker Machine named `default`. To make it easier to start/stop the containers, an entry is added into the host mapping table of your operating system.
29
31
+
@@ -36,7 +38,7 @@ docker-machine ip default
36
38
This will provide the IP address associated with the Docker Machine created by Toolbox.
37
39
+
38
40
Edit `/etc/hosts` (Mac OS) or `C:\Windows\System32\drivers\etc\hosts` (Windows) and add:
0 commit comments