我要评分
获取效率
正确性
完整性
易理解

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

Method 2: Offline

  1. Download the Docker installation package.
  2. Use an SFTP tool to upload the source package to the server.