开发环境 - 在国内如何快速部署docker开放环境?
仅有的幸福
仅有的幸福 2017-04-27 09:03:11
0
5
748

好多东西都需要翻墙,image下载速度只有十来k每秒,有什么好办法没?

仅有的幸福
仅有的幸福

reply all(5)
伊谢尔伦

Use 163’s source or Alibaba’s source
How to change the source please go to Baidu

某草草

I use the image of daocloud.

刘奇

This can use the one-click installation package I made myself, which can quickly install docker or docker-compose.
For the installation of docker-engine, the script features are as follows:

  • Supports installation of centos7, ubuntu, debian systems

  • Supports installation of specific versions of docker

  • Automatically select a faster repository based on the network environment test results, such as mirrors.ustc.edu.cn in China and dockerproject.org abroad

  • Automatically set up hub-mirror.c.163.com registry mirror for China through the test network

For the installation of compose, the script features are as follows:

  • Supports installation of all Linux systems

  • Supports installation of specific versions of compose

  • Since compose is hosted on Amazon AWS and is almost inaccessible in China, a proxy download is automatically set up

How to use:

wget centos.bz/ezhttp.zip
unzip ezhttp.zip
cd ezhttp-master
./start.sh

A menu will pop up, enter 2 to select Some Useful Tools.
Then enter 17 to select install docker, enter 18 to select install compose.
Reference https://www.centos.bz/2017/02...

阿神

The image download is slow, you can use the docker image accelerator directly
Just configure it in /etc/docker/daemon.json

滿天的星座

Use Shisu Cloud and Daocloud

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!