Skip to content

benja-M-1/microcks-docker-desktop-extension

 
 

Repository files navigation

microcks-docker-desktop-extension

Docker Desktop extension for running Microcks

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.

About

Docker Desktop extension for running Microcks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.3%
  • Dockerfile 5.5%
  • Shell 4.1%
  • Batchfile 2.5%
  • Go 2.3%
  • Makefile 2.2%
  • Other 2.1%