Is there a way to automatically prune old images f...
# ask-community
j
Is there a way to automatically prune old images from a prefect docker agent to free up space on the box running my prefect flows?
k
I have seen people use a Prefect flow to schedule a ShellTask that prunes the images.
j
any examples?
would love to try that
didn’t think about prefect calling out to the shell on the vm it was running on
I’m assuming you’d want to use local agent for that?
k
I haven’t seen someone actually do it but it would be the ShellTask with
docker image prune
. Yes for local.