Skip to content

Instantly share code, notes, and snippets.

@hashlash
Created November 2, 2020 06:44
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 hashlash/91cd3f11c5c33572e04c08ae591403f8 to your computer and use it in GitHub Desktop.
Save hashlash/91cd3f11c5c33572e04c08ae591403f8 to your computer and use it in GitHub Desktop.
Docker Management

Volume

  • Get all volumes directory and its size
docker volume ls --format {{.Name}} | xargs docker inspect --format {{.Mountpoint}} | sudo xargs du -sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment