integration-cli: remove not necessary -d again
Signed-off-by: Antonio Murdaca <runcom@redhat.com> Upstream-commit: e44689139d2ffd08c147ffe940a15a8e8616786a Component: engine
This commit is contained in:
@ -230,7 +230,7 @@ func (s *DockerSuite) TestContainerApiStartVolumesFrom(c *check.C) {
|
||||
volName := "voltst"
|
||||
volPath := "/tmp"
|
||||
|
||||
dockerCmd(c, "run", "-d", "--name", volName, "-v", volPath, "busybox")
|
||||
dockerCmd(c, "run", "--name", volName, "-v", volPath, "busybox")
|
||||
|
||||
name := "TestContainerApiStartVolumesFrom"
|
||||
config := map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user