This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use "docker volume" subcommand when using docker 1.9+
`docker-cleanup-volumes.sh` doesn't remove volumes properly, since docker introduced the "volume" subcommand in 1.9.0. This patch detects the docker version, and runs either `docker-cleanup-volumes.sh` or `docker volume rm` accordingly. Fixes #24
- Loading branch information