mirror of https://github.com/docker/docs.git
27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
---
|
|
title: Overview of Docker Extensions
|
|
linkTitle: Docker Extensions
|
|
weight: 100
|
|
description: Extensions
|
|
keywords: Docker Extensions, Docker Desktop, Linux, Mac, Windows
|
|
aliases:
|
|
- /desktop/extensions/
|
|
---
|
|
|
|
Docker Extensions let you use third-party tools within Docker Desktop to extend its functionality.
|
|
|
|
You can seamlessly connect your favorite development tools to your application development and deployment workflows. Augment Docker Desktop with debugging, testing, security, and networking functionalities, and create custom add-ons using the Extensions [SDK](extensions-sdk/_index.md).
|
|
|
|
Anyone can use Docker Extensions and there is no limit to the number of extensions you can install.
|
|
|
|

|
|
|
|
## What extensions are available?
|
|
|
|
There is a mix of partner and community-built extensions and Docker-built extensions.
|
|
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.
|
|
|
|
To find out more about Docker Extensions, we recommend the video walkthrough from DockerCon 2022:
|
|
|
|
<iframe width="750" height="315" src="https://www.youtube.com/embed/3rAGXS8pszQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|