Home > other >  Docker how to download centos image
Docker how to download centos image

Time:09-19

Docker how to download centos image
To use the official docker pull centos speed too slow, want to download to the map, then upload the installation,

1. Check a lot of information, said after registration, the domestic exclusive generated Mirror address links can do for you, all don't know where is the generated


 configuration Docker Hub Mirror 
Sudo echo "DOCKER_OPTS=" $DOCKER_OPTS - registry - mirror="" http://xxx.m.daocloud.io\ & gt;> The/etc/default/docker service docker restart
Please replace XXX on DaoCloud for you after registration, the exclusive Mirror address link name generated for you, the script - the registry - Mirror can be added to your Docker configuration file/etc/defaults/Docker


2.
https://store.docker.com/
Search to, there is no a can click on the download, man was dizzy

I do not know is I don't know the download, or web design consider not attentive



3. There is a problem
Want to download centos7.3

Command is docker pull centos

How do you know which one version is???????

CodePudding user response:

Docker pull centos: 7.3.1611

CodePudding user response:

Top the top

CodePudding user response:

Want to pull from the dockerhub, then using accelerator modify docker registry - mirrors, using DaoCloud accelerator,
Login in http://www.daocloud.io/to register first, and then click on the accelerator,

CodePudding user response:

Suggest not to use centos, should as far as possible use the alpine Linux; Because the space is small,

CodePudding user response:

Using domestic mirror, also have the official source
https://c.163.com/hub#/m/repository/? RepoId=2968

CodePudding user response:

Mirror official website
https://hub.docker.com/_/centos/

Use the following command:
Docker pull centos

CodePudding user response:

Use https://c.163.com domestic netease hives, or pretty fast

CodePudding user response:

Netease honeycomb and ali cloud, register a account, docker pull mirror address

CodePudding user response:

mirror are not very good with, tedious,

CodePudding user response:

Official website to download the Docker really is too slow, I usually go to download code geek community at https://oomake.com/download/docker-windows
  • Related