Can i force docker never to look at any internet based repos?

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.