Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 262 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 262 Bytes

This container runs nginx with a custom mimetypes file, and empty conf.d directory, which is exposed as a volume.

$ docker run --name=nginx -p 80:80 -p 443:443 howgood/nginx
$ docker run --volumes-from=nginx my-webapp ...
$ docker kill -s HUP nginx