Skip to content

Commit 855ea4a

Browse files
author
Mano Marks
authored
Merge pull request docker#226 from arun-gupta/parallel
adding --parallel for pulling images
2 parents 0163912 + 1cdf9d7 commit 855ea4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This tutorial uses a few Docker images and software. Let's download them before
5656
Download the file from https://github.com/docker/labs/blob/master/developer-tools/java/scripts/docker-compose-pull-images.yml and give the command to pull all the images:
5757

5858
```console
59-
docker-compose -f docker-compose-pull-images.yml pull
59+
docker-compose -f docker-compose-pull-images.yml pull --parallel
6060
```
6161

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

0 commit comments

Comments
 (0)