How to disallow push to docker repository -
i setting local cluster @ work using docker. works fine, thing worry is, other devs use setup may push local builds remote repository.
since catastrophe because not allowed upload companies artefacts anywhere else internal servers - there way prevent other users pushign remote docker repo?
docker repo == docker registry?
not sure full picture desired workflow, here 2 options:
- use registry authentication , make sure authorised people push
- configure networking / dns / hosts resolve correct registry - e.g.
docker-registry.mycompany.com
resolves local registry devs , remote registry others.
Comments
Post a Comment