I am currently setting up a local cluster at my work using docker. Basically everything works fine, the only thing I worry about is, that other devs that use my setup may eventually push the local builds to a remote repository.
Since this would be a catastrophe because we are not allowed to upload the companies artefacts anywhere else than internal servers - is there a way to prevent other users from pushign to a remote docker repo?
答案 0 :(得分:1)
docker repo == docker registry?
我不确定如何全面了解您所需的工作流程,但这里有两个选项:
docker-registry.mycompany.com
解析为devs的本地注册表和其他人的远程注册表。