Rename --keep-old to --no-recreate
Signed-off-by: Chris Corbyn <chris@w3style.co.uk>
This commit is contained in:
parent
74e067c6e6
commit
1d1e23611b
5 changed files with 18 additions and 18 deletions
|
|
@ -94,7 +94,7 @@ class CLITestCase(DockerClientTestCase):
|
|||
|
||||
old_ids = [c.id for c in service.containers()]
|
||||
|
||||
self.command.dispatch(['up', '-d', '--keep-old'], None)
|
||||
self.command.dispatch(['up', '-d', '--no-recreate'], None)
|
||||
self.assertEqual(len(service.containers()), 1)
|
||||
|
||||
new_ids = [c.id for c in service.containers()]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue