Skip to content

Commit 374008f

Browse files
authored
Merge pull request #93 from coolapker/main
Correction option description
2 parents 98b6799 + 4e70db4 commit 374008f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ docker images
221221
# guangzhengli/hellok8s v1 f956e8cf7d18 8 days ago 25.4MB
222222
```
223223

224-
`docker build` 命令完成后我们可以通过 `docker images` 命令查看镜像是否 build 成功,最后我们执行 `docker run` 命令将容器启动, `-p` 指定 `3000` 作为端口,`-d` 指定刚打包成功的镜像名称
224+
`docker build` 命令完成后我们可以通过 `docker images` 命令查看镜像是否 build 成功,最后我们执行 `docker run` 命令将容器启动, `-p` 指定 `3000` 作为端口,`-d` 指定容器后台运行
225225

226226
```shell
227227
docker run -p 3000:3000 --name hellok8s -d guangzhengli/hellok8s:v1

0 commit comments

Comments
 (0)