Forked from vanWittlaer/gist:9415b199012908ab38f6cb16e911d17e
Created
October 28, 2024 17:51
-
-
Save frenchcharly/af01082653ccccf9f6a9bbfdf1bd4b97 to your computer and use it in GitHub Desktop.
Gitlab runner running out of space (in /var/lib/docker/overlay2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SSH to the runner and execute 'docker system prune --all --volumes --force' - this will wipe any unused docker stuff. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment