mirror of https://github.com/docker/compose.git
added failing test that ensures that named volume will not be printed with a mode suffix
Signed-off-by: stefan <think@hotmail.de>
This commit is contained in:
parent
31b2d9176b
commit
11329e779b
|
@ -222,7 +222,7 @@ class CLITestCase(DockerClientTestCase):
|
|||
'other': {
|
||||
'image': 'busybox:latest',
|
||||
'command': 'top',
|
||||
'volumes': ['/data:rw'],
|
||||
'volumes': ['/data'],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue