2015-05-22 16:39:45 -07:00
|
|
|
FROM nginx:1.9
|
|
|
|
|
|
|
|
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
|
2015-05-26 17:50:27 -07:00
|
|
|
COPY registry-noauth.conf /etc/nginx/registry-noauth.conf
|
|
|
|
COPY registry-basic.conf /etc/nginx/registry-basic.conf
|
2015-05-22 16:39:45 -07:00
|
|
|
COPY test.passwd /etc/nginx/test.passwd
|
|
|
|
COPY ssl /etc/nginx/ssl
|