This extension simplifies 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 project's GitHub Issues tracker.
Latest released version is 0.3.1
.
Current development version is 0.3.2
.
- Documentation
- Microcks Community and community meeting
- Join us on Discord, on GitHub Discussions or CNCF Slack #microcks channel
To get involved with our community, please make sure you are familiar with the project's Code of Conduct.
Since Docker Desktop v4.10 the extension CLI is included with the standard installation.
To install the extension:
$ docker extension install microcks/microcks-docker-desktop-extension:latest
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.
Open Chrome DevTools:
docker extension dev debug microcks/microcks-docker-desktop-extension:latest
Developing the UI
docker extension dev ui-source microcks/microcks-docker-desktop-extension:latest http://localhost:3000
Reset
docker extension dev reset microcks/microcks-docker-desktop-extension:latest