Update docker_qa.md

This commit is contained in:
spiritlhl
2023-08-14 17:31:36 +08:00
committed by GitHub
parent 42e5cbd945
commit 1d8bcfa5a9

View File

@@ -18,7 +18,7 @@ docker exec -it 容器名字 /bin/bash
docker system prune -a
```
卸载所docker的镜像和容器
卸载所docker的镜像和容器
```
docker rm -f $(docker ps -aq); docker rmi $(docker images -aq)