/openshift-dd-ext

OpenShift Extension for Docker desktop

Primary LanguageTypeScriptMIT LicenseMIT

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.