Page MenuHomePhabricator
Paste P7620

integration-slave-docker-1040 weird container size
ActivePublic

Authored by dduvall on Oct 3 2018, 3:17 PM.
Tags
None
Referenced Files
F26292256: integration-slave-docker-1040 weird container size
Oct 3 2018, 3:17 PM
Subscribers
None
root@integration-slave-docker-1040:~# docker ps -s
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES SIZE
a29107522c65 docker-registry.wikimedia.org/releng/quibble-stretch-php70:0.0.26-1 "/usr/local/bin/quib…" 3 hours ago Up 3 hours kind_pare 461MB (virtual 1.37GB)
d83a3b95c276 docker-registry.wikimedia.org/releng/npm-test:0.3.0 "/run.sh roundtrip" 4 days ago Up 4 days boring_villani 233kB (virtual 403MB)
root@integration-slave-docker-1040:~# tree -s /var/lib/docker/containers
/var/lib/docker/containers
├── [ 4096] a29107522c6591d9a8c23087db5155584f671ac39eb1c9a40c74415dfd378493
│   ├── [36018552832] a29107522c6591d9a8c23087db5155584f671ac39eb1c9a40c74415dfd378493-json.log
│   ├── [ 4096] checkpoints
│   ├── [ 6678] config.v2.json
│   ├── [ 1494] hostconfig.json
│   ├── [ 13] hostname
│   ├── [ 174] hosts
│   ├── [ 268] resolv.conf
│   ├── [ 71] resolv.conf.hash
│   └── [ 40] shm
└── [ 4096] d83a3b95c276789ba9f5a249863b756a4d73b93d967722bc41552c87bfd65bcd
├── [ 4096] checkpoints
├── [ 6648] config.v2.json
├── [ 62566] d83a3b95c276789ba9f5a249863b756a4d73b93d967722bc41552c87bfd65bcd-json.log
├── [ 1509] hostconfig.json
├── [ 13] hostname
├── [ 174] hosts
├── [ 268] resolv.conf
├── [ 71] resolv.conf.hash
└── [ 40] shm
6 directories, 14 files

Event Timeline

dduvall changed the title of this paste from untitled to integration-slave-docker-1040 weird container size.