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

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -