4.4 KiB
title | description | keywords | redirect_from | |
---|---|---|---|---|
Overview | Overall index for Docker Extensions SDK documentation | Docker, Extensions, sdk |
|
Use the resources in this section to create your own Docker Extension.
Extensions are packaged as specially formatted Docker images, which our CLI tool helps to build. At the root of the image filesystem is a metadata.json
file which describes the content of the extension. It is a fundamental element of a Docker extension.
An extension can contain a UI part and backend parts that run either on the host or in the Desktop virtual machine. For further information, see Architecture.
Extensions are distributed through Docker Hub. However, development of extensions can be done locally without the need to push the extension to Docker Hub. See Extensions distribution for further details.
{% include extensions-form.md %}
View the design guidelines
Ensure your extension aligns to Docker's design guidelines and principles.
Interacting with Kubernetes
Find information on how to interact indirectly with a Kubernetes cluster from your Docker Extension.