Docker Desktop extension for running Microcks
Build the extension image locally with make build-extension
:
$ make build-extension
docker build --tag=microcks/microcks-docker-desktop-extension:latest .
[...]
=> => naming to docker.io/microcks/microcks-docker-desktop-extension:latest
Install the extension using the docker extension
SDK and command:
$ docker extension install microcks/microcks-docker-desktop-extension:latest
When iterating, use the following command:
$ make build-extension && docker extension update microcks/microcks-docker-desktop-extension:latest -f
or see the option to just develop the frontend locally here.