Docker image for nginx which works as a proxy for other web apps
docker pull qizha/nginx
docker run -d --name nginx --volume-from common-data qizha/nginx
Start other container share the same volume with this nginx and Put the nginx configuration file as /data/host/nginxxxx.conf, the nginx will load it automatically
Content type
Image
Digest
sha256:4bc8d53ff…
Size
59 MB
Last updated
almost 11 years ago
docker pull qizha/nginx