简介
基于WebUI浏览和操作一个私有Docker Registry
项目GitHub地址
项目Wiki地址
实践操作
环境说明
1 | [root@linux-node9 ~]# cat /etc/redhat-release |
部署
1 | [root@linux-node9 ~]# docker run -d -p 5000:5000 --name registry registry:2 |
push到仓库两个测试images
1 | [root@linux-node9 ~]# docker tag nginx:1.12 localhost:5000/nginx:1.12 |
应用
Home

Repositories

Details for repository

Details for tag

参考资料
http://www.cnblogs.com/junneyang/p/5250527.html
======================================================
希望各位朋友支持一下
- 领取我的阿里云幸运券,谢谢.
- 使用腾讯云资源
- Linode VPS
- 搬瓦工VPS
- 阿里云1888元云产品通用代金券点我
- 阿里云最新活动全民云计算升级-拼团上云更优惠
本文作者:dongsheng
本文地址: https://mds1455975151.github.io/archives/46af2f7a.html
版权声明:转载请注明出处!


