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 映像,我必须使用私有注册表分发映像,但是在拉入本地计算机后是否可以重新分发映像?
如果是,我们有什么方法可以提供隔离以使客户端无法重新分配它?
是的,可以取消标记图像并将其推送到另一个寄存器。无法避免重新分配它。如果您有要保护的数据,请尝试使用volumes, secret, configs.
volumes, secret, configs