mirror of
https://github.com/distribution/distribution
synced 2025-02-23 06:49:36 +01:00
7 lines
227 B
Docker
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
|