Skip to content

Commit 9faafea

Browse files
committed
1 parent 07a80e3 commit 9faafea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

developer-tools/java/chapters/ch01-setup.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ NOTE: Docker Community Edition have requirements for a fairly recent operating s
2020

2121
=== Additional components
2222

23+
If Docker is installed using Docker Community Edition or Docker Toolbox, then this section is not required.
24+
2325
Install the following additional components:
2426

2527
. https://docs.docker.com/compose/install/[Docker Compose]
@@ -59,6 +61,8 @@ Download the file from https://raw.githubusercontent.com/docker/labs/master/deve
5961
docker-compose -f docker-compose-pull-images.yml pull --parallel
6062
```
6163

64+
NOTE: `--parallel` switch will not work for Docker Compose version prior to 1.12. If you are using an older version then remove the `--parallel` switch.
65+
6266
NOTE: For Linux, `docker-compose` and `docker` commands need `sudo` access. So prefix all commands with `sudo`.
6367

6468
=== Other Software

0 commit comments

Comments
 (0)