Add registry auth TLS #180

This commit is contained in:
khs1994
2017-12-11 20:22:51 +08:00
parent 154a42bd69
commit 8615cbf286
11 changed files with 361 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
version: '3'
services:
registry:
image: registry
ports:
- "443:5000"
volumes:
- ./:/etc/docker/registry
- registry-data:/var/lib/registry
volumes:
registry-data: