AsyncAPI-studio-docker-extension
September 9, 2022 ยท View on GitHub
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

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