Skip to content

Commit

Permalink
doc: update docs/docker.md (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos-cn committed Mar 2, 2023
1 parent f687d48 commit 7facfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ docker run -d -p 80:80 docker/getting-started
在前台创建并运行容器(之后如果要退出容器但是不关闭容器,按*Ctrl+P+Q*即可)

```shell
$ docker run -it -p --rm 8001:8080 --name my-nginx nginx
$ docker run -it --rm -p 8001:8080 --name my-nginx nginx
```

----
Expand Down

0 comments on commit 7facfea

Please sign in to comment.