Created
March 17, 2026 16:31
-
-
Save strigazi/816315b8ea6677ac2ed571774fff0574 to your computer and use it in GitHub Desktop.
containerd-clean-up.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rm -rf /var/run/containerd/* 2>&1 | grep -o -e "/var.*shm" -e "/var.*rootfs" | xargs umount | |
| rm -rf /var/lib/containerd/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment