GitHunt
LU

lucbpz/microcks-docker-desktop-extension

Docker Desktop extension for running Microcks

Microcks Docker Extension

This extension tries to simplify the getting started experience for developers using Microcks in their local environments. This extension will start the components to run a local deployment of Microcks using container images.

For any recommendations, suggestions, feature requests and issue, head over the the project's GitHub Issues tracker.

Install

Since Docker Desktop v4.10 the extension CLI is included with the standard installation.

To install the extension:

$ docker extension install microcks/microcks-docker-extension:latest

Build it locally

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.

Languages

TypeScript81.8%Dockerfile6.8%Shell3.5%Go2.2%Batchfile2.1%Makefile1.9%CSS1.5%HTML0.2%

Contributors

Apache License 2.0
Created September 8, 2022
Updated July 16, 2022