Creating Docker Desktop Extensions - How To Guide

preview_player
Показать описание
At DockerCon 2022, Docker announced two exciting areas, the introduction of Docker Desktop for Linux and Docker Desktop Extensions.

I converted my popular Open Sourced Dive Into Ansible Lab into a Docker Desktop Extension as one of the first public Docker Desktop Extensions!

In this video I share with you the process for creating your own Docker Desktop Extensions, the lessons learnt and the sources for my extension which you can re-use for your own needs.

If you're looking to create a Docker Desktop Extension, this will give you the boost needed to fast-track your extension creation.

Resources Mentioned:

Рекомендации по теме
Комментарии
Автор

Another great video, thanks for sharing James. I got your extension installed successfully and it works beautifully.

noelmurphy
Автор

Thanks for sharing, James! Amazing stuff! :)

edithpuclla
Автор

Created an extension for a docker image I've been maintaining out of this. Nice tutorial. Some of the parts were less clear, so I reviewed some community images. I'm still sure we are not doing things 100% right as we are using ports on the host, which feels like an extension by-large should not do.

LewisCowles
Автор

Nice work. We will try to run it. Thank you for the video.

beginneracademy
Автор

Is there a way to create a docker cli inside the docker extension that is created using the react template in the docker extension sdk?

vimukthikumarasiri
Автор

Was the cleanup of boilerplate something tedious ?

SujayPillai