Skip to content

Commit

Permalink
Update content src/site/notes/CloudNative/docker/docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1024daniel committed Oct 10, 2024
1 parent cba32ad commit 7fa5175
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/site/notes/CloudNative/docker/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,11 @@ docker inspect <container name> |grep <container id>
docker rename docker_old_name docker_new_name

```

### 10.容器大小排序
```sh
docker ps -a --format '{{.ID}}\t{{.Names}}\t{{.Size}}' | sort -h -k 3

```

## Docker Volume

0 comments on commit 7fa5175

Please sign in to comment.