diff --git a/desktop/extensions-sdk/index.md b/desktop/extensions-sdk/index.md index e195a31b89..39df2ac982 100644 --- a/desktop/extensions-sdk/index.md +++ b/desktop/extensions-sdk/index.md @@ -57,6 +57,10 @@ For further inspiration, see the other examples in the [samples folder](https:// Docker Desktop displays published extensions in the Extensions Marketplace. If you want your extension to be published in the Marketplace, you can submit your extension [here](https://www.docker.com/products/extensions/submissions/). We’ll review your submission and provide feedback if changes are needed before we can validate and publish it to make it available to all Docker Desktop users. ## What’s next? -If you want to get up and running quickly with a Docker Extension, see the [Quickstart guide](quickstart.md). +If you want to get up and running quickly with a Docker Extension, see the [Quickstart guide](quickstart.md). -Alternatively, get started with Part one: Build for more in-depth information about each step of the extension creation process. \ No newline at end of file +Alternatively, get started with Part one: Build for more in-depth information about each step of the extension creation process. + +For an in-depth tutorial of the entire build process, we recommend the following video walkthrough from DockerCon 2022: + + diff --git a/desktop/extensions.md b/desktop/extensions.md index 95dfb28054..10a3b0f955 100644 --- a/desktop/extensions.md +++ b/desktop/extensions.md @@ -6,17 +6,21 @@ toc_min: 1 toc_max: 2 --- +> **Beta** +> +> The Docker Extensions feature is currently in Beta. We recommend that you do not use Extensions in production environments. + Docker Extensions lets you use third-party tools within Docker Desktop to extend its functionality. There is no limit to the number of extensions you can install. +![extenstions](images/extensions-marketplace.PNG){:width="750px"} + You can explore the list of available extensions in [Docker Hub](https://hub.docker.com/search?q=&type=extension) or in the Extensions Marketplace within Docker Desktop. Docker Community members and partners can use our [SDK](extensions-sdk/index.md) to create new extensions. -> **Beta** -> -> The Docker Extensions feature is currently in Beta. We recommend that you do not use Extensions in production environments. +To find out more about Docker Extensions, we recommend the video walkthrough from DockerCon 2022: -![extenstions](images/extensions-marketplace.PNG){:width="750px"} + ## Prerequisites