You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see there 8.8 G stored in the folder that has the same ID as the stack, and 6.0 GB in the folder that share the same ID as the udp-packet-forwarder
Do you know where all this information is being stored, and if there are any settings I can choose that will change the retention period for these files? The whole application crashes when the disk fills.
Thank you
The text was updated successfully, but these errors were encountered:
Hi @Michael-Ostrow
That's weird... can you check what's inside those two folders? My guess is that's the logs growing too much... If that's the case you can reset them with truncate -s 0 $(docker inspect --format='{{.LogPath}}' <container_name_or_id>)
These 2 applications have filled my disk. When I run
docker system df:
docker system df -v:
But when digging through the whole disk using "du -h" I find these few lines:
4.0K ./var/lib/docker/containers/a1b0ab86d715da281b5ba531f8c2c3f5cfc9c324dbcfd7f21a8f789bb06e90d8/checkpoints
4.0K ./var/lib/docker/containers/a1b0ab86d715da281b5ba531f8c2c3f5cfc9c324dbcfd7f21a8f789bb06e90d8/mounts
6.0G ./var/lib/docker/containers/a1b0ab86d715da281b5ba531f8c2c3f5cfc9c324dbcfd7f21a8f789bb06e90d8
4.0K ./var/lib/docker/containers/60556539069e3a6c414f3eb652289c74673fbec02fd01da8e6ed4cae355b192b/checkpoints
4.0K ./var/lib/docker/containers/60556539069e3a6c414f3eb652289c74673fbec02fd01da8e6ed4cae355b192b/mounts
35M ./var/lib/docker/containers/60556539069e3a6c414f3eb652289c74673fbec02fd01da8e6ed4cae355b192b
4.0K ./var/lib/docker/containers/a214009209072dbfaa0d6a1573923bf1849faa0cca3cf0ed8d4810f0f73d5db4/checkpoints
4.0K ./var/lib/docker/containers/a214009209072dbfaa0d6a1573923bf1849faa0cca3cf0ed8d4810f0f73d5db4/mounts
8.8G ./var/lib/docker/containers/a214009209072dbfaa0d6a1573923bf1849faa0cca3cf0ed8d4810f0f73d5db4
4.0K ./var/lib/docker/containers/8494a17d60b41ca6cf3c50a2bb1cfa02aa42bf547c0b28d5c15bd7e28863a0be/checkpoints
4.0K ./var/lib/docker/containers/8494a17d60b41ca6cf3c50a2bb1cfa02aa42bf547c0b28d5c15bd7e28863a0be/mounts
56M ./var/lib/docker/containers/8494a17d60b41ca6cf3c50a2bb1cfa02aa42bf547c0b28d5c15bd7e28863a0be
4.0K ./var/lib/docker/containers/a4df5b30dd3d782e29a7ecebeefa8793c9ef5c29c40f6bdc914f64df95a50cd6/checkpoints
4.0K ./var/lib/docker/containers/a4df5b30dd3d782e29a7ecebeefa8793c9ef5c29c40f6bdc914f64df95a50cd6/mounts
872K ./var/lib/docker/containers/a4df5b30dd3d782e29a7ecebeefa8793c9ef5c29c40f6bdc914f64df95a50cd6
4.0K ./var/lib/docker/containers/e823c04124b874e8b01b821b10cf545865c1c346460de0ab631380e6d72a026b/checkpoints
4.0K ./var/lib/docker/containers/e823c04124b874e8b01b821b10cf545865c1c346460de0ab631380e6d72a026b/mounts
23M ./var/lib/docker/containers/e823c04124b874e8b01b821b10cf545865c1c346460de0ab631380e6d72a026b
4.0K ./var/lib/docker/containers/6fe850452cb66c975b87fecc07591afdd0916f04de97f8eb1dc38985f8711799/checkpoints
4.0K ./var/lib/docker/containers/6fe850452cb66c975b87fecc07591afdd0916f04de97f8eb1dc38985f8711799/mounts
1.2G ./var/lib/docker/containers/6fe850452cb66c975b87fecc07591afdd0916f04de97f8eb1dc38985f8711799
16G ./var/lib/docker/containers
You can see there 8.8 G stored in the folder that has the same ID as the stack, and 6.0 GB in the folder that share the same ID as the udp-packet-forwarder
Do you know where all this information is being stored, and if there are any settings I can choose that will change the retention period for these files? The whole application crashes when the disk fills.
Thank you
The text was updated successfully, but these errors were encountered: