You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: desktop/extensions-sdk/index.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,6 @@ For further inspiration, see the other examples in the [samples folder](https://
57
57
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.
58
58
59
59
## What’s next?
60
-
If you want to get up and running quickly with a Docker Extension, see the [Quickstart guide](quickstart.md).
60
+
If you want to get up and running quickly with a Docker Extension, see the [Quickstart guide](quickstart.md).
61
61
62
-
Alternatively, get started with Part one: Build for more in-depth information about each step of the extension creation process.
63
-
64
-
For an in-depth tutorial of the entire build process, we recommend the following video walkthrough from DockerCon 2022:
Copy file name to clipboardExpand all lines: desktop/extensions.md
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,17 @@ toc_min: 1
6
6
toc_max: 2
7
7
---
8
8
9
-
> **Beta**
10
-
>
11
-
> The Docker Extensions feature is currently in Beta. We recommend that you do not use Extensions in production environments.
12
-
13
9
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.
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.
18
12
19
13
Docker Community members and partners can use our [SDK](extensions-sdk/index.md) to create new extensions.
20
14
21
-
To find out more about Docker Extensions, we recommend the video walkthrough from DockerCon 2022:
15
+
> **Beta**
16
+
>
17
+
> The Docker Extensions feature is currently in Beta. We recommend that you do not use Extensions in production environments.
0 commit comments