-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error running docker-compose #54
Comments
What is the result if you run:
Does that successfully build an image? Edit: I did a bit more googling, and it appears that the error is caused when you don't have access to the base images. However in this case "app" extends the local Dockerfile, which in turn pulls from "python:3.7" and "node", which as far as I can tell are public images. I am not logged-in on my Docker daemon locally. What are the versions of Docker / Docker Compose that you are running? |
I'm running Docker version 18.09.2, build 6247962 and docker-compose version 1.23.2, build 1110ad01 |
Update: I got it working by running |
Ok, I was able to get the same error if i started deleting images from my local docker. I am not entirely clear on the issue, but i will see if i can get it going on a blank install at some point to see if our upstream images maybe have a problem. |
I am trying to get all set up and this is what I run into. Do I need special permissions to use docker?
The text was updated successfully, but these errors were encountered: