curl -fsSL https://get.docker.com/ | sh
执行到这一部分出错:
The program 'curl' is currently not installed. You can install it by typing:
apt install curl
解决办法:sudo apt-get install curl
curl -fsSL https://get.docker.com/ | sh
执行到这一部分出错:
The program 'curl' is currently not installed. You can install it by typing:
apt install curl
解决办法:sudo apt-get install curl