Docker安装教程:

Docker通过包管理器安装代码:

#centos安装并运行Hello,World sudo yum update && sudo yum upgrade && yum -y install docker && sudo docker run hello-world
#debian/ubuntu安装并运行Hello,World sudo apt update && sudo apt upgrade && sudo apt install docker && docker run hello-world
© 版权声明
THE END
喜欢就支持一下吧
点赞2 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容