Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pb docker-compose #9

Closed
tuttiflirty opened this issue Jul 13, 2015 · 5 comments · Fixed by #13
Closed

Pb docker-compose #9

tuttiflirty opened this issue Jul 13, 2015 · 5 comments · Fixed by #13

Comments

@tuttiflirty
Copy link

I'm facing this docker-compose problem even if I'm using the config file as is on git.
I'm running on Boot2Docker-cli version: v1.7.0 on Mac OS.

➜  docker-symfony git:(master) docker-compose up  
Pulling application (symfony/code:latest)...
Pulling repository symfony/code
Traceback (most recent call last):
  File "<string>", line 3, in <module>
  File "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.main", line 31, in main

Do you have any ideas?

@tomaszhanc
Copy link

I think you need first build all images:

$ docker build -t symfony/code code
$ docker build -t symfony/php-fpm php-fpm
$ docker build -t symfony/nginx nginx

@gtrias
Copy link

gtrias commented Oct 7, 2015

thx @tomaszhanc for the tip.

@eko shouldn't come this in README or this should be handled by docker-compose?

@mickaelandrieu
Copy link

@gtrias it is in the README :)

@eko
Copy link
Owner

eko commented Oct 7, 2015

I think it should be pulled up in the README section, you're right, as this is actually marked as optional, which is wrong :)

You can submit a PR to fix that or I will fix it as soon as possible.

Thank you!

@eko eko closed this as completed in #13 Oct 7, 2015
eko added a commit that referenced this issue Oct 7, 2015
Fix #9 : add auto build via docker-compose
@gtrias
Copy link

gtrias commented Oct 7, 2015

nice fix, Thank you!

eko pushed a commit that referenced this issue May 5, 2021
eko pushed a commit that referenced this issue May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants