forked from podman-desktop/podman-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add simple README files for internal extensions
As we want to show README files of extensions, we should have some to be displayed. related to podman-desktop#6084 Signed-off-by: Florent Benoit <[email protected]>
- Loading branch information
Showing
7 changed files
with
41 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Compose Extension | ||
|
||
The Compose Extension allows to setup compose binary so `podman compose` commands can work. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Docker extension | ||
|
||
Docker extension detects if docker engine is running and if running, it'll register the socket to Podman Desktop. | ||
|
||
Then, you can monitor containers, images, volumes, etc. from Podman Desktop. |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# kind extension | ||
|
||
This extension adds the support of https://kind.sigs.k8s.io/ | ||
|
||
By using this extension, it is possible to create kubernetes clusters | ||
running on top of the container engine. | ||
|
||
You can initialize a kind cluster using Settings/Resources. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# kube-context extension | ||
|
||
This extensions allows to list and switch the current kubernetes context. | ||
|
||
It displays the contexts in the tray icon or in the status bar. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Lima extension | ||
|
||
This extension allows to create Lima VM used to have a podman or docker engine. | ||
|
||
More information on Lima: https://github.com/lima-vm/lima |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Podman extension | ||
|
||
This extension handles: | ||
|
||
- monitor the podman machines on Linux, macOS and Windows | ||
- creation of podman machines on macOS and Windows | ||
- connect to the podman socket so you can see the containers, images, volumes, etc. from podman |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Registries extension | ||
|
||
This extension registers some default registries so users don't have to | ||
enter the full URL. | ||
|
||
example: There is a quay.io with the icon, no need to enter `quay.io` | ||
|
||
Only need to provide login and password when you want to connect. |