计算机知识分享网

【debian】debian12利用shell脚本快速安装docker

只需下载脚本然后执行即可
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

#Debian