Skip to content

Commit

Permalink
Merge pull request docker#289 from arush-sal/patch-1
Browse files Browse the repository at this point in the history
Fix issue docker#239 - Replace link to Compose file
  • Loading branch information
Mano Marks committed Jun 9, 2017
2 parents c39f7d2 + 17a861c commit 07a80e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-tools/java/chapters/ch01-setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This allows to access Docker containers using `dockerhost`.

This tutorial uses a few Docker images and software. Let's download them before we start the tutorial.

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:
Download the file from https://raw.githubusercontent.com/docker/labs/master/developer-tools/java/scripts/docker-compose-pull-images.yml and give the command to pull all the images:

```console
docker-compose -f docker-compose-pull-images.yml pull --parallel
Expand Down

0 comments on commit 07a80e3

Please sign in to comment.