Skip to content

Instantly share code, notes, and snippets.

@ramitsurana
Created July 7, 2016 15:55
Show Gist options
  • Save ramitsurana/e22d35562383600e5b68d645cd7a2c52 to your computer and use it in GitHub Desktop.
Save ramitsurana/e22d35562383600e5b68d645cd7a2c52 to your computer and use it in GitHub Desktop.
Steps to use Garbage collection method on rkt
# Using Garbage collection method in rkt
# Check the list of containers
rkt list
# Collecting Garbage collection
rkt gc
# Deleting the not used containers
rkt gc --grace-period=0
# Check the list of containers
rkt list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment