Skip to content

Instantly share code, notes, and snippets.

@puncoz
Last active March 10, 2020 10:15
Show Gist options
  • Save puncoz/e11ec9c5259f4fa715530fa6fbaa9631 to your computer and use it in GitHub Desktop.
Save puncoz/e11ec9c5259f4fa715530fa6fbaa9631 to your computer and use it in GitHub Desktop.
Useful Docker Commands

Useful Docker Commands

Show docker disk usage

docker system df

# With verbose
docker system df -v

Drop and remove docker-compose containers

docker-compose down --rmi all --remove-orphans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment