简体   繁体   中英

Does Docker Images automatically store in docker hub?

I am planning to customise Centos image with some add-ons (like Apache web server etc). Once done , I want it to be stored locally. I don't want it to be stored on hub at any cost. If I want to share with my peers, I would like to export and share. My question here is, when I customise my image, does it automatically move to docker hub or will it be local ? Also want to know how safe it is.

Nope. Docker images will not be stored in any registry/repository unless you specifically push it to a hub. Using a registry is as safe as the provider's security. If you wanted, you can also create your own, local registry, which would be useful for version control for yourself, but wouldn't be accessible to anyone else.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM