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

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -