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

Error: image dockerfile/nginx:latest not found #19

Open
binarymatt opened this issue Apr 20, 2015 · 3 comments
Open

Error: image dockerfile/nginx:latest not found #19

binarymatt opened this issue Apr 20, 2015 · 3 comments

Comments

@binarymatt
Copy link

The readme says to run docker run -d -p 80:80 dockerfile/nginx in order to use the image. However, the error above is returned. Removing dockerfile/ seems to work. Is there something that changed for this image?

@pires
Copy link

pires commented May 4, 2015

Just run docker run -d -p 80:90 nginx. The dockerfile/ prefix is no longer needed.

@dcoraboeuf
Copy link

The _/nginx image is not the same than the dockerfile/nginx one. In particular, less volumes are shared, like /etc/nginx/sites-enabled or /etc/nginx/certs

@kentmw
Copy link

kentmw commented Jun 20, 2015

Are we supposed to extend the _/nginx image then if we want to add more sites-enabled or add ssl?

I was hoping to give that configuration through connecting volumes

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

No branches or pull requests

4 participants