Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pourdaavar/f247a7e404cdbbc660d891be280da0ef to your computer and use it in GitHub Desktop.
Save pourdaavar/f247a7e404cdbbc660d891be280da0ef to your computer and use it in GitHub Desktop.
Clear GitLab Runner cache
docker ps -f status=exited | grep "\-cache-" | awk '{print $1}' | xargs docker rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment