赞
踩
uname -r
apt-get update -y
apt-get -y install docker.io
systemctl start docker && systemctl enable docker
docker run hello-world