Update merge docs with depends_on, and correction about how links and volumes_from are merged.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
e32863f89e
commit
3ec87adccc
2 changed files with 11 additions and 18 deletions
|
|
@ -2313,7 +2313,7 @@ class ExtendsTest(unittest.TestCase):
|
|||
tmpdir = py.test.ensuretemp('test_extends_with_defined_version')
|
||||
self.addCleanup(tmpdir.remove)
|
||||
tmpdir.join('docker-compose.yml').write("""
|
||||
version: 2
|
||||
version: "2"
|
||||
services:
|
||||
base:
|
||||
image: example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue