docker/registry
2015-12-09 10:46:45 +08:00
..
auth_server 添加ci和redmine-git-integration两个库 2015-12-07 10:53:31 +08:00
docker-compose.yml 添加ci和redmine-git-integration两个库 2015-12-07 10:53:31 +08:00
README.txt 完善各个docker image的README文件 2015-12-09 10:46:45 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Docker Registry v2的docker-compose启动文件

-------
注意v1和v2的数据不兼容。

证书命令参考:
openssl req -x509 \
-subj "/C=CN/ST=BeiJing/L=Dongcheng/CN=docker.timekey.com.cn" \
-nodes -days 3650 -newkey rsa:2048 -keyout server.key -out server.pem

openssl x509 -outform der -in server.pem -out server.crt

详细可参见https://the.binbashtheory.com/creating-private-docker-registry-2-0-with-token-authentication-service