GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
podman-system-check(1) FreeBSD General Commands Manual podman-system-check(1)

podman-system-check - Perform consistency checks on image and container storage

podman system check [options]

Perform consistency checks on image and container storage, reporting images and containers which have identified issues.

--force, -f

When attempting to remove damaged images, also remove containers which depend on those images. By default, damaged images which are being used by containers are left alone.

Containers which depend on damaged images do so regardless of which engine created them, but because podman only "knows" how to shut down containers that it started, the effect on still-running containers which were started by other engines is difficult to predict.

--max, -m=duration

When considering layers which are not used by any images or containers, assume that any layers which are more than duration old are the results of canceled attempts to pull images, and should be treated as though they are damaged.

--quick, -q

Skip checks which are known to be time-consuming. This will prevent some types of errors from being detected.

--repair, -r

Remove any images which are determined to have been damaged in some way, unless they are in use by containers. Use --force to remove containers which depend on damaged images, and those damaged images, as well.

A reasonably quick check:

podman system check --quick --repair --force

A more thorough check:

podman system check --repair --max=1h --force

podman(1), podman-system(1)

April 2024


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.