Skip to content

Instantly share code, notes, and snippets.

@strigazi
Created March 17, 2026 16:31
Show Gist options
  • Select an option

  • Save strigazi/816315b8ea6677ac2ed571774fff0574 to your computer and use it in GitHub Desktop.

Select an option

Save strigazi/816315b8ea6677ac2ed571774fff0574 to your computer and use it in GitHub Desktop.
containerd-clean-up.sh
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