/dockervol

a command-line tool for simplified docker volume command built with go

Primary LanguageGoOtherNOASSERTION

dockervol

A command line tool for simplified docker volume command built with go.

Features:

  • Remove anonymous volume

Todo:

  • Remove volume by matching name (soon)
  • Remove dangling volume (soon)
  • Remove unused volume (soon)
dockervol
	A command line tool for simplified docker volume command built with go.

Usage:
  dockervol [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  rav         Remove anonymous volume

Flags:
  -h, --help     help for dockervol
  -t, --toggle   Help message for toggle

Use "dockervol [command] --help" for more information about a command.