Skip to content

Instantly share code, notes, and snippets.

@vanWittlaer
Created January 20, 2020 15:10
Show Gist options
  • Save vanWittlaer/9415b199012908ab38f6cb16e911d17e to your computer and use it in GitHub Desktop.
Save vanWittlaer/9415b199012908ab38f6cb16e911d17e to your computer and use it in GitHub Desktop.
Gitlab runner running out of space (in /var/lib/docker/overlay2)
SSH to the runner and execute 'docker system prune --all --volumes --force' - this will wipe any unused docker stuff.
@Tohnmeister
Copy link

Thanks. This just cleaned up 69GB on my GitLab Runner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment