Swagger Editor Docker Extension for Docker Desktop

This repository contains the source and instructions for adding the Swagger Editor to Docker Desktop as an extension.

Build locally

If you want to build the extension locally then run the following:

# build the extension
docker buildx build -t noelm/swagger-editor-extension:4.4.2 .

# validate the extension
docker extension validate noelm/swagger-editor-extension:4.4.2
# you should get the following message:
# The extension image "noelm/swagger-editor-extension:4.4.2" is valid

Install the extension

docker extension install noelm/swagger-editor-extension:4.4.2