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 78c35fc commit 42e5cbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/guide/docker_qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ docker rm -f $(docker ps -aq); docker rmi $(docker images -aq)
docker logs 容器名字或ID
```

查看docker整体的disk占用

```
docker system df
```

查看所有容器

```
Expand Down

0 comments on commit 42e5cbd

Please sign in to comment.