DIFF.BLOG
New
Following
Discover
Jobs
More
Suggest a blog
Upvotes plugin
Report bug
Contact
About
Sign up  
Docker 实操(Mac)
1
·
Alan
·
Aug. 29, 2020, 9:08 p.m.
Summary
💡 前提准备: Docker/容器介绍(2020.9 更新) Docker Desktop 安装 安装 Docker 本地运行环境,直接采用 Docker Desktop。 Docker 桌面版的安装比较简单,下载后直接拖拽至 Applications: 然后运行,在 Dashboard,可以看到还没有任何的容器: Hello World in Docker 在 Docker 里运行单个容器: 运行 “docker run hello-world” Docker client 通知 Docker daemon 运行 hello-world 镜像 Docker dameon 下载 hello-world 镜像(默认 latest 版本) 先登录 Docker Hub: MySpace/k8slab/docker-play [I] ➜ docker run hello-world Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world 0e0...
Read full post on www.fastzhong.com →
Submit
AUTHOR
RECENT POSTS FROM THE AUTHOR