DockerCLI/cli/command/system
Brian Goff 37fd6128dc Don't prune volumes on `docker system prune`
Volumes tend to carry important data and pruning them on `docker system
prune` can easily cause unwanted data loss.

Let's play it safe and not prune volumes on `system prune` by default,
and instead provide an option.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-05-30 12:50:30 -04:00
..
cmd.go Add interfacer linter 2017-05-08 15:57:50 -04:00
df.go Update imports. 2017-04-17 18:07:56 -04:00
events.go Update cli imports to using local package 2017-05-15 14:45:19 +02:00
info.go Provide command line tool to view and rotate swarm's currently CA root certificate. 2017-05-16 14:31:15 -07:00
inspect.go cli: gofmt + goimports 2017-05-08 10:51:30 -07:00
prune.go Don't prune volumes on `docker system prune` 2017-05-30 12:50:30 -04:00
version.go Display proper version information 2017-05-09 14:22:51 -07:00