Add volume API/CLI

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: b3b7eb2723461b1eb4be692f4bced0ae8ea9cb58
Component: engine
This commit is contained in:
Brian Goff
2015-06-12 09:25:32 -04:00
parent addde22b02
commit bfe1bbc7d2
49 changed files with 1457 additions and 396 deletions

View File

@ -238,7 +238,7 @@ func (s *DockerSuite) TestHelpTextVerify(c *check.C) {
}
expected := 39
expected := 40
if isLocalDaemon {
expected++ // for the daemon command
}