Skip to content

Instantly share code, notes, and snippets.

@taylorqj
Created July 3, 2019 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taylorqj/52959ed646c8900b4dddee80aec89b37 to your computer and use it in GitHub Desktop.
Save taylorqj/52959ed646c8900b4dddee80aec89b37 to your computer and use it in GitHub Desktop.
/*
* No space left on device linux gitlab runner problem fix
* SSH into gitlab-runner ec2 using user ubuntu@public-ip and jeremy's PEM
* run the following docker commands
*/
docker rm $(docker ps -q -f 'status=exited')
docker rmi $(docker images -q -f "dangling=true")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment