content/manuals/extensions/extensions-sdk/process.md
This documentation is structured so that it matches the steps you need to take when creating your extension.
There are two main parts to creating a Docker extension:
[!NOTE]
You do not need to pay to create a Docker extension. The Docker Extension SDK is licensed under the Apache 2.0 License and is free to use. Anyone can create new extensions and share them without constraints.
There is also no constraint on how each extension should be licensed, this is up to you to decide when creating a new extension.
The build process consists of:
Dockerfile to build, publish, and run your extension in Docker Desktop.For further inspiration, see the other examples in the samples folder.
[!TIP]
Whilst creating your extension, make sure you follow the design and UI styling guidelines to ensure visual consistency and level AA accessibility standards.
Docker Desktop displays published extensions in the Extensions Marketplace. The Extensions Marketplace is a curated space where developers can discover extensions to improve their developer experience and upload their own extension to share with the world.
If you want your extension published in the Marketplace, read the publish documentation.
{{% include "extensions-form.md" %}}
If you want to get up and running with creating a Docker Extension, see the Quickstart guide.
Alternatively, get started with reading the "Part one: Build" section 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 width="560" height="315" src="https://www.youtube.com/embed/Yv7OG-EGJsg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>