Skip to content

Commit

Permalink
Update docker_qa.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Aug 14, 2023
1 parent 42e5cbd commit 1d8bcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/docker_qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1d8bcfa

Please sign in to comment.