fbricon / openshift-dd-ext

OpenShift Extension for Docker desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openshift-dd-ext

OpenShift Extension for Docker desktop

See API doc here: https://github.com/docker/extensions-sdk/tree/main/docs/dev/api

  • Build with make build-extension
  • Install extension with make install-extension
  • Uninstall extension with make uninstall-extension
  • start local web server with cd client; yarn start
  • make extension use local web server with docker extension dev ui-source openshift-dd-ext http://localhost:3000
  • close and reopen Docker dashboard.
  • changes to React code will be reflected in the UI on file save automatically.

About

OpenShift Extension for Docker desktop

License:MIT License


Languages

Language:TypeScript 91.8%Language:Makefile 3.9%Language:Dockerfile 3.6%Language:HTML 0.6%Language:Shell 0.1%