Audit a Container (Running Image) Storage Space with Podman

Mindwatering Incorporated

Author: Tripp W Black

Created: 09/05/2022 at 05:21 PM

 

Category:
Linux
Kubernetes

Task:
Need a Pod command to run to monitor the starting/base image storage of our containers.

$ watch -n 1 podman run -it --rm mypod.mindwatering.net/myfolder:latest "df -k && df -i"



previous page