Update docker_qa.md

This commit is contained in:
spiritlhl
2023-08-13 13:24:35 +08:00
committed by GitHub
parent 07d37ef338
commit a139163b79

View File

@@ -6,6 +6,12 @@ outline: deep
## 常见的一些docker命令
进入某个容器
```
docker exec -it 容器名字 /bin/bash
```
清理 Docker 缓存,清理未使用的资源,包括镜像、容器、网络等
```