docker 17.06.1 ce.tgz docker离线安装包只需要3步即可安装
1)tar –zxvf docker-17.06.1-ce.tgz 2)cp ./docker/* /usr/bin/ && dockerd & 3)docker -version
下载地址
用户评论