Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-gupta committed Jun 9, 2017
1 parent 07a80e3 commit 9faafea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions developer-tools/java/chapters/ch01-setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ NOTE: Docker Community Edition have requirements for a fairly recent operating s

=== Additional components

If Docker is installed using Docker Community Edition or Docker Toolbox, then this section is not required.

Install the following additional components:

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

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.

NOTE: For Linux, `docker-compose` and `docker` commands need `sudo` access. So prefix all commands with `sudo`.

=== Other Software
Expand Down

0 comments on commit 9faafea

Please sign in to comment.