mirror of
https://github.com/docker/compose.git
synced 2026-05-13 05:51:50 +00:00
document behavior on missing extension
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
20f0ffec0b
commit
2dbef234dc
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ the resource(s) needed to run a service.
|
|||
- Another Docker CLI plugin (typically, `model` to run `docker-model`)
|
||||
- An executable in user's `PATH`
|
||||
|
||||
If `provider.type` doesn't resolve into any of those, Compose will report an error and interrupt the `up` command.
|
||||
|
||||
To be a valid Compose extension, provider command *MUST* accept a `compose` command (which can be hidden)
|
||||
with subcommands `up` and `down`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue