Skip to content

Commit

Permalink
Merge pull request #138 from gtardif/preview_title
Browse files Browse the repository at this point in the history
Add title (and anchor) for the preview section
  • Loading branch information
benja-M-1 authored Apr 14, 2022
2 parents fa17dfe + c6a7797 commit 3946a13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/extensions/labels.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Extension image labels

[Labels](https://docs.docker.com/engine/reference/builder/#label) are specified in the extension's `Dockerfile` and are used to provide information about the extension.

| Label <div style="width:170px"></div>| Required | Description | Example |
Expand All @@ -16,6 +18,8 @@

If any of the previous _required_ labels are missing in the `Dockerfile`, Docker Desktop will consider the extension invalid and will not appear listed in the Marketplace.

## Preview extension in marketplace

You can validate that these image labels are rendered as you expect.

When you build and install your unpublished extension, you can preview the extension in the Marketplace "installed" tab, and see how the extension labels are rendered in the list and in the details page of the extension.
Expand Down

1 comment on commit 3946a13

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.