Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Last active January 8, 2024 22:34
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 remarkablemark/6af790666b597bdd6bd63250815077ce to your computer and use it in GitHub Desktop.
Save remarkablemark/6af790666b597bdd6bd63250815077ce to your computer and use it in GitHub Desktop.
Docker error : no space left on device: https://stackoverflow.com/a/68296304
docker system df
docker system prune -a -f --volumes
docker volume rm $(docker volume ls -qf dangling=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment