内容目录
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.
文章评论