Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以,我想弄清楚一些事情,到目前为止我还没有看到任何东西。
我设置了一个 docker hub 帐户,我想从 CI 服务器推送到一个私有仓库,并从它拉到生产中的盒子上。
不过,据我所知,唯一的方法是访问每台机器并输入我的密码,与我用于 Web 登录的密码相同。
这不可能吧?有什么我错过的吗?
将具有身份验证的配置文件复制到生产框。它应该在 ~/.dockercfg 中。
私有注册表没有内置身份验证,人们使用的大多数解决方案是nginx。
如何在 Ubuntu 14.04 上设置私有 Docker 注册表
保护私有注册表的最简单方法是什么?