You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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. Removingdockerfile/
seems to work. Is there something that changed for this image?The text was updated successfully, but these errors were encountered: