“
Shipyard will create a default user account with the usernameadmin and the passwordshipyard.
You should then be able to open a browser to<your-host-ip>:8080and see the Shipyard login.
”
附录:
(1) 弊端:
“
server端可以login到官方的Docker Hub,可以pull,push官方和私有仓库!
client端只能操作搭设好的私有仓库!
私有仓库不能search!
”
(2) 优点:
“
所有的build,pull,push操作只能在私有仓库的server端操作,降低企业风险!
”
(3) 当client端docker login到官方的https://index.docker.io/v1/网站,出现x509: certificate signed by unknown authority错误时
“
重命名根证书! mv /etc/pki/tls/certs/ca-certificates.crt /etc/pki/tls/certs/ca-certificates.crt.bak
重启docker服务! service docker restart!
更多Docker相关教程见以下内容:
Ubuntu 14.04安装Docker
在Ubuntu Trusty 14.04 (LTS) (64-bit)安装Docker