docker/registry/README.txt
2015-12-09 10:46:45 +08:00

14 lines
447 B
Plaintext
Executable File
Raw Blame History

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