Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.19 KB

File metadata and controls

31 lines (23 loc) · 1.19 KB

AsyncAPI-studio-docker-extension

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

Build locally

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

# build the extension
docker build -t thiyagu06/asyncapi-studio-docker-extension:v1.0.0 .

# validate the extension
docker extension validate thiyagu06/asyncapi-studio-docker-extension:v1.0.0
# you should get the following message:
# The extension image "thiyagu06/asyncapi-studio-docker-extension:v1.0.0" is valid

Install the extension

You can skip the build process above and jump straight to installation by running the following

Note: You can specify version with v<tag-version>. It follows semantic release. For latest tags, please check here .

docker extension install thiyagu06/asyncapi-studio-docker-extension:v1.0.0

AsyncAPI studio Docker Extension

Remove the extension

docker extension uninstall thiyagu06/asyncapi-studio-docker-extension:v1.0.0