You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extension.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# About
2
2
3
3
The Compose application model defines `service` as an abstraction for a computing unit managing (a subset of)
4
-
application needs, which can interact with other service by relying on network(s). Docker Compose is designed
4
+
application needs, which can interact with other services by relying on network(s). Docker Compose is designed
5
5
to use the Docker Engine ("Moby") API to manage services as containers, but the abstraction _could_ also cover
6
6
many other runtimes, typically cloud services or services natively provided by host.
7
7
@@ -55,8 +55,8 @@ JSON messages MUST include a `type` and a `message` attribute.
55
55
56
56
`type` can be either:
57
57
- `info`: Reports status updates to the user. Compose will render message as the service state in the progress UI
58
-
- `error`: Let's the user know something went wrong with details about the error. Compose will render the message as the reason for the service failure.
59
-
- `setenv`: Let's the plugin tell Compose how dependent services can access the created resource. See next section for further details.
58
+
- `error`: Lets the user know something went wrong with details about the error. Compose will render the message as the reason for the service failure.
59
+
- `setenv`: Lets the plugin tell Compose how dependent services can access the created resource. See next section for further details.
60
60
- `debug`: Those messages could help debugging the provider, but are not rendered to the user by default. They are rendered when Compose is started with `--verbose` flag.
0 commit comments