This repository contains the source and instructions for adding the AsyncAPI Studio to Docker Desktop as an extension.
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
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
docker extension uninstall thiyagu06/asyncapi-studio-docker-extension:v1.0.0