Skip to content

Instantly share code, notes, and snippets.

@vicradon
Created June 14, 2024 07:44
Show Gist options
  • Save vicradon/3342dceb87af07f0b67dafe90f6bd1fd to your computer and use it in GitHub Desktop.
Save vicradon/3342dceb87af07f0b67dafe90f6bd1fd to your computer and use it in GitHub Desktop.
Remove docker images

Remove all dangling images docker image prune -a

Remove all unused images, volumes, and networks

docker system prune --all

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