add github.com/docker/docker dependency

This commit is contained in:
yanmingfan
2018-05-23 15:23:39 +08:00
parent 119be8a0ac
commit 923bbe42f7
5848 changed files with 1389516 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
proxy_pass http://docker-registry-v2;
proxy_set_header Host $http_host; # required for docker client's sake
proxy_set_header X-Real-IP $remote_addr; # pass on real client's IP
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_read_timeout 900;