arun-gupta / docker-java

Docker for Java Developers
385 stars 230 forks source link

Docker Compose File docker-compose-pull-images.yml for pulling images does not work #132

Closed skiransp closed 8 years ago

skiransp commented 8 years ago

The docker compose file docker-compose-pull-images.yml for pulling images does not work. It results in the following error.

SFOC1MQ32XHG944:attendees sid150$ docker-compose pull -f docker-compose-pull-images.yml Pulls images for services.

Usage: pull [options] [SERVICE...]

Options: --ignore-pull-failures Pull what it can and ignores images with pull failures. --allow-insecure-ssl Deprecated - no effect.

mmagdiahmed commented 8 years ago

the command as given in the documentation is wrong. It should be " docker-compose -f docker-compose-pull-images.yml pull"

arun-gupta commented 8 years ago

Already fixed by https://github.com/javaee-samples/docker-java/pull/134