Skip to content

Commit

Permalink
Fix: update docker compose file reference in metadata.md (#20105)
Browse files Browse the repository at this point in the history
  • Loading branch information
scraly committed May 24, 2024
1 parent 9f199be commit d14173b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/desktop/extensions-sdk/architecture/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Other UI extension points will be available in the future.
### VM section

The `vm` section defines a backend service that runs inside the Desktop VM. It must define either an `image` or a
`composefile` value that specifies what service to run in the Desktop VM.
`docker-compose.yaml` file that specifies what service to run in the Desktop VM.

```json
"vm": {
Expand Down Expand Up @@ -110,4 +110,4 @@ The `host` section defines executables that Docker Desktop copies on the host.

`path` specifies the binary path in the image filesystem. Docker Desktop is responsible for copying these files in its own location, and the JavaScript API allows invokes these binaries.

Learn how to [invoke executables](../guides/invoke-host-binaries.md).
Learn how to [invoke executables](../guides/invoke-host-binaries.md).

0 comments on commit d14173b

Please sign in to comment.