Obtaining the Source Code
The Docker version of the default Yum source is too early, which is prone to errors that are difficult to locate. Therefore, do not use the yum install command to install Docker. Use the static installation package instead.
Method 1: Online
Run the wget command to obtain the installation package.
1 | wget https://download.docker.com/linux/static/stable/aarch64/docker-19.03.10.tgz
|
Parent topic: Docker 19.03.10 Installation Guide (CentOS & openEuler)