Files
kubesphere/vendor/github.com/docker/distribution/contrib/compose/nginx/Dockerfile
2018-05-23 15:23:39 +08:00

7 lines
227 B
Docker

FROM nginx:1.7
COPY nginx.conf /etc/nginx/nginx.conf
COPY registry.conf /etc/nginx/conf.d/registry.conf
COPY docker-registry.conf /etc/nginx/docker-registry.conf
COPY docker-registry-v2.conf /etc/nginx/docker-registry-v2.conf