Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 22, 2023
1 parent c6bb7cd commit 45c76aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ docker run --name koa-demo-name --rm -d -p 9066:3000 koa-demo:latest
docker run --name koa-demo-name --rm -d -p 9066:3000 koa-demo:0.0.1
```

上面命令,将刚创建的 koa-demo 景象跑起来。
上面命令,将刚创建的 `koa-demo` 景象跑起来,命令的 `--rm` 参数,在容器终止运行后自动删除容器文件


### 发布自己的镜像
Expand Down

0 comments on commit 45c76aa

Please sign in to comment.