8000 GitHub - rancherlabs/application-collection-extension: A Rancher and Docker Desktop extension for SUSE Application Collection
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Rancher and Docker Desktop extension for SUSE Application Collection

License

Notifications You must be signed in to change notification settings

rancherlabs/application-collection-extension

Repository files navigation

SUSE Application Collection

SUSE Application Collection

This extension will help you installing, managing and uninstalling workloads from SUSE Application Collection.

This project is composed of:

  • The ui: a React app that handles the main user interation.
  • A backend: an express server that extends the features of the frontend.

Get started

In this section you will learn how to start playing with the extension.

Docker Desktop

To install the extension:

  1. Open Docker Desktop.
  2. From the Docker Desktop dashboard, select the Extensions tab. The Extensions Marketplace opens on the Browse tab.
  3. Browse for "SUSE Application Collection".
  4. Select Install.

From here, you can select Open to access the extension. The extension also appears in the left-hand menu and in the Manage tab.

If this doesn't work, or the extension doesn't show up in the browser, you can also try running:

docker extension install rancher/application-collection-extension

Useful additional links:

Rancher Desktop

To install the extension:

  1. Open Rancher Desktop.
  2. From the Rancher Desktop dashboard, select the Extensions tab. The Extensions Catalog opens on the Catalog tab.
  3. Search for "SUSE Application Collection".
  4. Select Install.

Once installed, the extension will appear in the left-hand menu and in the Installed tab.

If this doesn't work, or the extension doesn't show up in the browser, you can also try running:

rdctl extension install rancher/application-collection-extension

Useful additional links:

Debug with Docker Desktop

Docker Desktop lets you locally build, update and debug running extensions with nice features like hot reloading and Chrome development tools.

If you work with Docker Desktop, these are the main guidelines you should follow to build and debug any extension:

Debug with Rancher Desktop

Rancher Desktop also lets you build, update and debug running extensions with the development tools of any browser. However, note that here there's no support for hot reloading yet.

If you work with Rancher Desktop, these are the key guidelines to build and debug any extension:

0