We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f0ffe commit 2dbef23Copy full SHA for 2dbef23
docs/extension.md
@@ -26,6 +26,8 @@ the resource(s) needed to run a service.
26
- Another Docker CLI plugin (typically, `model` to run `docker-model`)
27
- An executable in user's `PATH`
28
29
+If `provider.type` doesn't resolve into any of those, Compose will report an error and interrupt the `up` command.
30
+
31
To be a valid Compose extension, provider command *MUST* accept a `compose` command (which can be hidden)
32
with subcommands `up` and `down`.
33
0 commit comments