Docker provides the docker-registry project to facilitate users to build their own private warehouses. You can choose local storage or Amazon S3 storage. Domestic developers have also migrated to Alibaba Cloud storage:
A construction guide from foreign developers: http://www.dockboard.org/deploy-your-own-private-docker-registry
A building guide for domestic developers: http://www.dockboard.org/build-your-own-docker-repository
All these official projects are based on Python, and there are also implementations based on Golang: https://github.com/dotcloud/docker-registry/tree/master/contrib/golang_impl
http://www.dockerpool.com
You can check it out here. It provides base image download and private warehouse package. You can download it directly from pull
Docker provides the docker-registry project to facilitate users to build their own private warehouses. You can choose local storage or Amazon S3 storage. Domestic developers have also migrated to Alibaba Cloud storage:
A construction guide from foreign developers: http://www.dockboard.org/deploy-your-own-private-docker-registry
A building guide for domestic developers: http://www.dockboard.org/build-your-own-docker-repository
All these official projects are based on Python, and there are also implementations based on Golang: https://github.com/dotcloud/docker-registry/tree/master/contrib/golang_impl
http://www.dockerpool.com
You can check it out here. It provides base image download and private warehouse package. You can download it directly from pull