The Raspberry Pi model is 4b, 1G RAM. The system is ubuntu19.10 server. The download command is as follows: wget "https://download.docker.com/linux/ubuntu/dists/disco/pool/stable/arm64/containerd.io_1.2.10-3_arm64.deb" wget "https://download.docker.com/linux/ubuntu/dists/disco/pool/stable/arm64/docker-ce-cli_19.03.3~3-0~ubuntu-disco_arm64.deb" wget https://download.docker.com/linux/ubuntu/dists/disco/pool/stable/arm64/docker-ce_19.03.3~3-0~ubuntu-disco_arm64.deb The above command is mainly to download the above three installation packages Then install the command as follows: sudo dpkg -i "containerd.io_1.2.10-3_arm64.deb" sudo dpkg -i "docker-ce-cli_19.03.3~3-0~ubuntu-disco_arm64.deb" sudo dpkg -i "docker-ce_19.03.3~3-0~ubuntu-disco_arm64.deb" Install the three installation packages just downloaded. The interface for downloading the installation package is as follows. In fact, you can find the corresponding version of docker to download it yourself. The installation is completed as follows. The installed docker version is 19.03.0, and hello-world is run successfully. PS: 1. During the whole process, I did not set any mirror address, just download it directly. Address: https://docs.docker.com/install/linux/docker-ce/ubuntu/ The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: js+canvas realizes code rain effect
>>: How to implement a password strength detector in react
Table of contents 1. What is a doubly linked list...
[Who is nslookup?] 】 The nslookup command is a ve...
Introduction to Flex Layout Flex in English means...
The ps command in Linux is the abbreviation of Pr...
This tag is not part of HTML3.2 and only supports ...
If you have experience in vue2 project developmen...
<iframe src="./ads_top_tian.html" all...
Today I accidentally saw the parameter slave_exec...
Table of contents Overview 1. useState 1.1 Three ...
Table of contents 1. Basic concepts and basic com...
The MySQL database does not have an incremental b...
To search for RocketMQ images, you can search on ...
Many netizens often ask why their websites always ...
Table of contents 502 bad gateway error formation...
How to solve the problem of 1045 when the local d...