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: content/manuals/extensions/extensions-sdk/architecture/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ file
62
62
63
63
Usually, the backend is made of one container that runs within the Docker Desktop VM. Internally, Docker Desktop creates
64
64
a Docker Compose project, creates the container from the `image` option of the `vm` section of the `metadata.json`, and
65
-
attaches it to the Compose project. See the [ui metadata section](metadata.md#vm-section) for more details.
65
+
attaches it to the Compose project. See the [`vm` metadata section](metadata.md#vm-section) for more details.
66
66
67
67
In some cases, a `compose.yaml` file can be used instead of an `image`. This is useful when the backend container
68
68
needs more specific options, such as mounting volumes or requesting [capabilities](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities)
@@ -97,7 +97,7 @@ Shipping those executables with the extension ensure that the CLI tool is always
97
97
the users' machine.
98
98
99
99
When Docker Desktop installs the extension, it copies the executables on the host as defined by the `host` section in
100
-
the `metadata.json`. See the [ui metadata section](metadata.md#host-section) for more details.
100
+
the `metadata.json`. See the [`host` metadata section](metadata.md#host-section) for more details.
101
101
102
102

0 commit comments