Installing Docker on Deepin Linux System

2019年12月9日 3043点热度 1人点赞 0条评论
内容目录

High-speed download site for Docker 

http://get.daocloud.io/#install-docker

If you are using a Linux system, you can install it directly using the command

The author is using the domestic operating system Deepin, supporting domestic systems (this tutorial is applicable to other Linux systems)

 


 Download Docker

Open the terminal and enter the following command

curl -sSL https://get.daocloud.io/docker | sh

If you see   bash: curl: command not found

Please use the following command, and then re-execute the above command

sudo apt-get install curl libcurl3 libcurl3-dev php5-curl

The system will automatically install Curl. After installation, enter curl --version; if the version appears, it is normal.

 

痴者工良

高级程序员劝退师

文章评论