Skip to content
This repository has been archived by the owner. It is now read-only.

"WORKDIR /usr/local/nginx/html" assumes I have a /usr/local/nginx/html #9

Closed
stuartpb opened this issue Aug 26, 2014 · 4 comments
Closed

Comments

@stuartpb
Copy link

Trying to run this with my container's configuration got finalize namespace chdir to /usr/local/nginx/html no such file or directory

@stuartpb
Copy link
Author

Actually, this was just when I was assuming I could import my conf with -v /etc/nginx:/usr/local/nginx. I see now that it needs to go somewhere else.

@yosifkit
Copy link
Member

We have a possible solution to make it more user friendly (and how you expected it).

See #10

@stuartpb
Copy link
Author

Where I'd really like to mount it is /etc/nginx, the same place as I place it in Arch and Ubuntu. I'm currently putting it under /usr/local/nginx/etc (since that was noted in the documentation somewhere) and explicitly naming the path.

@yosifkit
Copy link
Member

Fixed to use /etc/nginx/. (should be up in 4-5 hours)

Nginx upstream will now be providing and maintaining the images nginxinc/docker-nginx.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants