docker toolbox 如何使用国内的registry?
高洛峰
高洛峰 2017-04-22 08:59:16
0
2
882

docker 用起来真是慢啊。看到灵雀云有国内的镜像可以加速。但是只给出了boot2docker的用法。

boot2docker ssh sudo "sh -c \"echo EXTRA_ARGS=\'--registry-mirror=http://yijian.m.alauda.cn\' >> /var/lib/boot2docker/profile\""
boot2docker restart

docker toolbox如何用?

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(2)
Peter_Zhu

daocloud accelerator supports toolbox

Run the installation command (under Docker ToolBox, you can use docker-machine ssh default to enter the terminal, and for boot2docker, you can use boot2docker ssh)
curl -sSL https://get.daocloud.io/daomonit/install.sh | sh -s 5aeb045389849b3771265c76b64a829966622f30

Just register an account and you will know

刘奇

docker-machine create -h

I can find a parameter inside --engine-registry-mirror [--engine-registry-mirror option --engine-registry-mirror option] Specify registry mirrors to use

You should be able to specify this parameter when docker-machine create

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!