下载docker源码包 docker 官方stable,选择tgz 安装 bash tar xzvf /path/to/<FILE>.tar.gz sudo cp docker/* /usr/bin/ sudo dockerd & sudo docker run hello-world