github.com/mika/distribution@v2.2.2-0.20160108133430-a75790e3d8e0+incompatible/contrib/docker-integration/nginx/Dockerfile (about) 1 FROM nginx:1.9 2 3 COPY nginx.conf /etc/nginx/nginx.conf 4 COPY registry.conf /etc/nginx/conf.d/registry.conf 5 COPY docker-registry.conf /etc/nginx/docker-registry.conf 6 COPY docker-registry-v2.conf /etc/nginx/docker-registry-v2.conf 7 COPY registry-noauth.conf /etc/nginx/registry-noauth.conf 8 COPY registry-basic.conf /etc/nginx/registry-basic.conf 9 COPY test.passwd /etc/nginx/test.passwd 10 COPY ssl /etc/nginx/ssl