Merge pull request #289 from arush-sal/patch-1

Fix issue #239 - Replace link to Compose file
This commit is contained in:
Mano Marks 2017-06-08 17:22:35 -07:00 коммит произвёл GitHub
Родитель c39f7d281e 17a861c8a6
Коммит 07a80e35a5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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