Skip to content

Commit 2dbef23

Browse files
ndeloofglours
authored andcommitted
document behavior on missing extension
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
1 parent 20f0ffe commit 2dbef23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/extension.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ the resource(s) needed to run a service.
2626
- Another Docker CLI plugin (typically, `model` to run `docker-model`)
2727
- An executable in user's `PATH`
2828

29+
If `provider.type` doesn't resolve into any of those, Compose will report an error and interrupt the `up` command.
30+
2931
To be a valid Compose extension, provider command *MUST* accept a `compose` command (which can be hidden)
3032
with subcommands `up` and `down`.
3133

0 commit comments

Comments
 (0)