I want to configure docker never ever to grab a container from any public site , only the internal hub to our organization ?
thanks !!!
Share and learn in the Docker community.
I want to configure docker never ever to grab a container from any public site , only the internal hub to our organization ?
thanks !!!
The only reason Docker will ever try to pull from Hub is if you don’t preface the image name with your repository tag. You could blacklist Hub in your AWS settings / a proxy if you really want to disallow pulling from Hub.