mirror of
https://github.com/moby/moby.git
synced 2025-08-08 13:22:22 +03:00
Expose new mount points structs in inspect.
Keep old hashes around for old api version calls. Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
@@ -184,7 +184,7 @@ func (s *DockerSuite) TestCreateVolumesCreated(c *check.C) {
|
||||
name := "test_create_volume"
|
||||
dockerCmd(c, "create", "--name", name, "-v", "/foo", "busybox")
|
||||
|
||||
dir, err := inspectFieldMap(name, "Volumes", "/foo")
|
||||
dir, err := inspectMountSourceField(name, "/foo")
|
||||
if err != nil {
|
||||
c.Fatalf("Error getting volume host path: %q", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user