Skip to content

Commit a4b77bf

Browse files
gloursndeloofaevesdocker
authored
add missing 'direct path' to provider 'type' attribute definition (#23813)
<!--Delete sections as needed --> ## Description Add the 3rd option allowing to pass a direct path to configure `provider.type` attribute ## Related issues or tickets N/A ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review --------- Signed-off-by: Guillaume Lours <[email protected]> Co-authored-by: Nicolas De loof <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 64afb7e commit a4b77bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/manuals/compose/how-tos/provider-services.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ The `type` field in a provider service references the name of either:
8181

8282
1. A Docker CLI plugin (e.g., `docker-model`)
8383
2. A binary available in the user's PATH
84+
3. A path to the binary or script to execute
8485

8586
When Compose encounters a provider service, it looks for a plugin or binary with the specified name to handle the provisioning of the requested capability.
8687

0 commit comments

Comments
 (0)