-
Notifications
You must be signed in to change notification settings - Fork 86
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
docker-compose up dies on initial run #108
Comments
And you are using Docker for Mac, right? |
Yup! output from the whaley menu bar icon:
|
Not sure what changed, but now when I booted I got git conflict errors from the test container and web container installing their dependencies at the same time.
and then the test container goes on to install its deps. when that finishes if I kill docker and do |
@noslouch I think this was working for you recently. Is this still an issue? |
@joshsmith I'm having the same issue, also on a Mac.
|
@optikfluffel this looks relevant. Can you confirm? https://bugs.erlang.org/browse/ERL-253 |
@joshsmith yes, looks like what happened to me |
@noslouch @optikfluffel can you retry and confirm if this is working for you now? |
@noslouch @optikfluffel bump on this. |
I did...
In the middle of this process, I realized that my hard drive is about to run out of space due to this issue, so I
ctrl-c
and...On my second run, the dependency resolution got further, but failed at
postgrex
forwatch
, andtest
, both with the same error:web
failed at dependency compilation:A third
docker-compose up
failed again atpostgrex
. Will try to recompile independently and report back.Host system is OSX 10.11.6 El Capitan.
The text was updated successfully, but these errors were encountered: