Home Explore Blog Models CI



docker

1st chunk of `content/manuals/extensions/extensions-sdk/extensions/share.md`
a2555f1c38ec0301da3e7aa0c8e7a9f6b1346b438104b46e000000010000035e
---
title: Share your extension
description: Share your extension with a share link
keywords: Docker, extensions, share
aliases: 
 - /desktop/extensions-sdk/extensions/share/
weight: 40
---

Once your extension image is accessible on Docker Hub, anyone with access to the image can install the extension.

People can install your extension by typing `docker extension install my/awesome-extension:latest` in to the terminal.

However, this option doesn't provide a preview of the extension before it's installed.

## Create a share URL

Docker lets you share your extensions using a URL.

When people navigate to this URL, it opens Docker Desktop and displays a preview of your extension in the same way as an extension in the Marketplace. From the preview, users can then select **Install**.


Title: Sharing Docker Extensions with a URL
Summary
This section describes how to share Docker extensions using a URL. Sharing via URL allows users to preview the extension in Docker Desktop before installing it, similar to the Marketplace, offering a better user experience compared to installing directly from the command line.