Skip to content

microcks/microcks-docker-desktop-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Microcks Docker Desktop Extension

GitHub Workflow Status Container License Project Chat Artifact HUB CNCF Landscape

FOSSA Status

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.

Build Status

Latest released version is 0.3.1.

Current development version is 0.3.2.

Fossa license and security scans

FOSSA Status FOSSA Status FOSSA Status

OpenSSF best practices on Microcks core

CII Best Practices OpenSSF Scorecard

Community

To get involved with our community, please make sure you are familiar with the project's Code of Conduct.

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-desktop-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.

Debug

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

License

FOSSA Status