Skip to content

Instantly share code, notes, and snippets.

@strigazi
Last active May 20, 2026 08:07
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/* /var/lib/containerd/* /var/lib/soci-snapshotter-grpc/* 2>&1 | grep -o -e "/var.*shm" -e "/var.*fs" | xargs umount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment