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/extensions/DISTRIBUTION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Docker Desktop extensions are packaged as Docker images. The entire extension runtime including UI, backend services (host or VM) and any necessary binary must be included in the extension image.
6
6
Every extension image must contain a metadata.json file at the root of its filesystem, that will [define the contents of the extension](METADATA.md).
7
7
8
-
The image must have several labels:
8
+
The image must have [several labels](extensions/labels):
9
9
10
10
-`org.opencontainers.image.title`: name of the extension
11
11
-`org.opencontainers.image.vendor`: provider for the extension
0 commit comments