-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from axel7083/fix/readme
fix: improve readme
- Loading branch information
Showing
1 changed file
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,39 @@ | ||
# Red Hat Extension Pack for Podman Desktop | ||
|
||
The Podman Desktop Extension Pack includes various Red Hat extensions designed to enhance Podman Desktop with Red Hat technologies and tools. | ||
The Podman Desktop Extension Pack is a collection of extensions designed to enhance the functionality of Podman Desktop with Red Hat technologies and tools. This pack gives access to a range of features streamlining development workflow, improving productivity and brings Red Hat tools handy. | ||
|
||
## Included Extensions | ||
|
||
By installing Red Hat Extension Pack for Podman Desktop, here are the extensions that will come: | ||
By installing the Red Hat Extension Pack for Podman Desktop, you'll get access to the following extensions: | ||
|
||
- ✨ Podman AI Lab: Podman AI Lab lets you work with LLMs locally, exploring AI fundamentals, experimenting with models and prompts, and serving models while maintaining data security and privacy. | ||
- ✨ Support for bootable OS containers (bootc) and generating disk images. | ||
- ✨ Allow to Log into Red Hat Developers within Podman Desktop. | ||
- ✨ OpenShift Local: Run a lightweight MicroShift cluster locally. | ||
- ✨ Sandbox: Learn containers, Kubernetes, and OpenShift in your browser using [Developer Sandbox](https://developers.redhat.com/developer-sandbox) for free. | ||
### ✨ Podman AI Lab | ||
|
||
[Podman AI Lab](https://github.com/containers/podman-desktop-extension-ai-lab) lets you work with LLMs locally, exploring AI fundamentals, experimenting with models and prompts, and serving models while maintaining data security and privacy. | ||
|
||
### ✨ BootC (Bootable Container) | ||
|
||
[BootC](https://github.com/containers/podman-desktop-extension-bootc) allows you to create bootable OS containers and generating disk images. | ||
|
||
### ✨ Red Hat Account Extension | ||
|
||
The [Red Hat Account Extension](https://github.com/redhat-developer/podman-desktop-redhat-account-ext) puts the Red Hat Developers Subscription and the Red Hat ecosystem at your fingertips. | ||
|
||
### ✨ OpenShift Local | ||
|
||
The [OpenShift Local Extension](https://github.com/crc-org/crc-extension) enables you to run a lightweight MicroShift cluster locally, allowing you to test and develop Kubernetes applications without the need for expensive infrastructure. | ||
|
||
### ✨ Sandbox | ||
|
||
The [OpenShift Developer Sandbox Extension] helps you learn containers, Kubernetes, and OpenShift in your browser using [Developer Sandbox](https://developers.redhat.com/developer-sandbox) for free. | ||
|
||
### ✨ OpenShift Checker | ||
|
||
The [OpenShift Checker](https://github.com/redhat-developer/podman-desktop-image-checker-openshift-ext) is a tool whose goal is to analyze a Containerfile and highlight the directives and commands which could cause an unexpected behavior when running on an OpenShift cluster. | ||
|
||
## Installation | ||
|
||
You can install the Red Hat Extension Pack directly inside of Podman Desktop. It is also part of the Red Hat Extension Pack: | ||
You can install the Red Hat Extension Pack directly inside of Podman Desktop. Simply click on the "Extensions" tab in the sidebar and search for "Red Hat Extension Pack". | ||
|
||
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-pack-ext/main/screenshots/install.png) | ||
|
||
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-pack-ext/main/screenshots/install.png) | ||
Alternatively, you can use the container image `ghcr.io/redhat-developer/podman-desktop-redhat-pack-ext:nightly` to install nightly version of the Extension pack. |