0e8cf8cc47
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
8 lines
291 B
Docker
8 lines
291 B
Docker
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
|
|
COPY test.passwd /etc/nginx/test.passwd
|
|
COPY ssl /etc/nginx/ssl
|