add videos to extension pages (#15292)

This commit is contained in:
Allie Sadler 2022-08-02 14:23:27 +01:00 committed by GitHub
parent cbd4116e50
commit 7bc42c779d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 6 deletions

View File

@ -60,3 +60,7 @@ Docker Desktop displays published extensions in the Extensions Marketplace. If y
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. 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:
<iframe src="https://www.youtube.com/watch?v=Yv7OG-EGJsg&t=7s" style="max-width: 100%; aspect-ratio: 16 / 9;" width="560" height="auto" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -6,17 +6,21 @@ toc_min: 1
toc_max: 2 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. 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. 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. Docker Community members and partners can use our [SDK](extensions-sdk/index.md) to create new extensions.
> **Beta** To find out more about Docker Extensions, we recommend the video walkthrough from DockerCon 2022:
>
> The Docker Extensions feature is currently in Beta. We recommend that you do not use Extensions in production environments.
![extenstions](images/extensions-marketplace.PNG){:width="750px"} <iframe src="https://www.youtube.com/watch?v=3rAGXS8pszQ" style="max-width: 100%; aspect-ratio: 16 / 9;" width="560" height="auto" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
## Prerequisites ## Prerequisites