mirror of https://github.com/docker/docs.git
add videos to extension pages (#15292)
This commit is contained in:
parent
cbd4116e50
commit
7bc42c779d
|
@ -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>
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
{: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.
|
|
||||||
|
|
||||||
{: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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue