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.
In this section you will learn how to start playing with the extension.
To install the extension:
- Open Docker Desktop.
- From the Docker Desktop dashboard, select the Extensions tab. The Extensions Marketplace opens on the Browse tab.
- Browse for "SUSE Application Collection".
- 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:
To install the extension:
- Open Rancher Desktop.
- From the Rancher Desktop dashboard, select the Extensions tab. The Extensions Catalog opens on the Catalog tab.
- Search for "SUSE Application Collection".
- 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:
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:
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: