Skip to content

Docker 私有Registry

Guang Chen edited this page Apr 14, 2015 · 7 revisions

Registry 安装

git clone https://github.com/mulab/registry.git
# 证书
openssl genrsa -out key.pem 2048
openssl req -new -x509 -key key.pem -out cert.pem -days 3650
fig up

客户端使用

TBD