1FROM nginx:1.9 2 3COPY nginx.conf /etc/nginx/nginx.conf 4COPY registry.conf /etc/nginx/conf.d/registry.conf 5COPY docker-registry-v2.conf /etc/nginx/docker-registry-v2.conf 6COPY registry-noauth.conf /etc/nginx/registry-noauth.conf 7COPY registry-basic.conf /etc/nginx/registry-basic.conf 8COPY test.passwd /etc/nginx/test.passwd 9COPY ssl /etc/nginx/ssl 10COPY v1 /var/www/html/v1