Add docker-compose config subcommand.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
ecf2dd11f9
commit
437f3f8adb
4 changed files with 82 additions and 10 deletions
5
tests/fixtures/invalid-composefile/invalid.yml
vendored
Normal file
5
tests/fixtures/invalid-composefile/invalid.yml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
notaservice: oops
|
||||
|
||||
web:
|
||||
image: 'alpine:edge'
|
||||
Loading…
Add table
Add a link
Reference in a new issue