本帖最后由 HOH 于 2024-9-4 19:13 编辑
我劝你菜就不要玩了
- /var/lib # du -sh docker
- 344.0K docker
- /var/lib #
复制代码
- docker
- ├── buildkit
- │ ├── cache.db
- │ ├── containerdmeta.db
- │ ├── content
- │ │ └── ingest
- │ ├── executor
- │ ├── history.db
- │ ├── metadata_v2.db
- │ └── snapshots.db
- ├── containerd
- │ └── daemon
- │ ├── io.containerd.content.v1.content
- │ │ └── ingest
- │ ├── io.containerd.metadata.v1.bolt
- │ │ └── meta.db
- │ ├── io.containerd.runtime.v1.linux
- │ ├── io.containerd.runtime.v2.task
- │ ├── io.containerd.snapshotter.v1.blockfile
- │ ├── io.containerd.snapshotter.v1.btrfs
- │ ├── io.containerd.snapshotter.v1.native
- │ │ └── snapshots
- │ ├── io.containerd.snapshotter.v1.overlayfs
- │ │ └── snapshots
- │ └── tmpmounts
- ├── containers
- ├── engine-id
- ├── image
- ├── network
- │ └── files
- │ └── local-kv.db
- ├── plugins
- │ ├── storage
- │ │ └── ingest
- │ └── tmp
- ├── runtimes
- ├── swarm
- ├── tmp
- └── volumes
- ├── backingFsBlockDev
- └── metadata.db
-
- 41 directories, 11 files
复制代码
|