Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Releases: cpuguy83/docker-volumes

v1.1.2

27 Jul 16:50
Compare
Choose a tag to compare

Fixes issues with docker 1.7 and static compiling for go 1.4 on Linux.

v1.1.1

07 Jan 22:05
Compare
Choose a tag to compare

Fixes race condition causing some volumes to be left around when removing.

TLS Support

11 Nov 22:19
Compare
Choose a tag to compare

Enables support for TLS enabled docker hosts.
This should work exactly like the client.

Also adds support for Docker 1.3, which no longer shows the docker storage path on the GET /info endpoint.
As such, you can provide a --docker-root path, which defaults to /var/lib/docker.
If you are on < docker 1.3 we do still try to get the root path from GET /info, so this should continue to work normally.

v1.0.2

03 Nov 20:31
Compare
Choose a tag to compare
bump version

Bug fixes

05 Sep 20:58
Compare
Choose a tag to compare

Fixes some oversights/regressions in the 1.0 release

Version 1.0

05 Sep 17:29
Compare
Choose a tag to compare

Adds complementary import/export commands
Much more stable

v0.1.2

03 Sep 18:47
Compare
Choose a tag to compare

Pull volumes from all containers, not just running ones