docker如何把拉下来的镜像直接搭建个registry分享出去?
给我你的怀抱
给我你的怀抱 2017-04-24 15:59:05
0
2
798

网上的教程是搭建一个私有仓库,然后push,可是这样就会有两份数据了,我不想push,docker如何把拉下来的镜像直接搭建个registry分享出去呢?

给我你的怀抱
给我你的怀抱

reply all(2)
世界只因有你

The Docker warehouse management method is similar to the code base. Others can only obtain the images in the warehouse, but cannot directly access your local images. Therefore, your requirement cannot be realized by building a private warehouse.
If you want to share the image directly, you can try to share it through Dockerfile or directly export the image.

Peter_Zhu

Package the image, mount the copy to the target server, and then load the image through the docker load command.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!