1、在Docker官网下载安装包:Docker: Accelerated, Containerized Application DevelopmentDocker is a platform designed to help developers build, share, and run modern applications. We handle the tedious setup, so you can focus on the code.
https://www.docker.com/2、安装后查看是否安装成功:
docker --version
或
docker version
出现:表示安装成功。

3、运行
docker run hello-world
可能会出现以下错误:
Unable to find image 'hello-world:latest' l

最低0.47元/天 解锁文章
7072

被折叠的 条评论
为什么被折叠?



