mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +00:00
Fix bash comment style to single hash
This commit is contained in:
@@ -60,15 +60,15 @@ $ docker run -d -p 8080:80 my-hello-world
|
||||
停止并删除容器:
|
||||
|
||||
```bash
|
||||
## 查看正在运行的容器 ID
|
||||
# 查看正在运行的容器 ID
|
||||
|
||||
$ docker ps
|
||||
|
||||
## 停止容器
|
||||
# 停止容器
|
||||
|
||||
$ docker stop <CONTAINER_ID>
|
||||
|
||||
## 删除容器
|
||||
# 删除容器
|
||||
|
||||
$ docker rm <CONTAINER_ID>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user