diff --git a/extensions/compose/README.md b/extensions/compose/README.md new file mode 100644 index 0000000000000..4a8a84288684f --- /dev/null +++ b/extensions/compose/README.md @@ -0,0 +1,3 @@ +# Compose Extension + +The Compose Extension allows to setup compose binary so `podman compose` commands can work. diff --git a/extensions/docker/README.md b/extensions/docker/README.md new file mode 100644 index 0000000000000..de17292171659 --- /dev/null +++ b/extensions/docker/README.md @@ -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. diff --git a/extensions/kind/README.md b/extensions/kind/README.md new file mode 100644 index 0000000000000..eb5f1aefbd162 --- /dev/null +++ b/extensions/kind/README.md @@ -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. diff --git a/extensions/kube-context/README.md b/extensions/kube-context/README.md new file mode 100644 index 0000000000000..59159b578542c --- /dev/null +++ b/extensions/kube-context/README.md @@ -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. diff --git a/extensions/lima/README.md b/extensions/lima/README.md new file mode 100644 index 0000000000000..1a6228d6804a4 --- /dev/null +++ b/extensions/lima/README.md @@ -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 diff --git a/extensions/podman/README.md b/extensions/podman/README.md new file mode 100644 index 0000000000000..d2fcd2d079289 --- /dev/null +++ b/extensions/podman/README.md @@ -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 diff --git a/extensions/registries/README.md b/extensions/registries/README.md new file mode 100644 index 0000000000000..c8cabaf94911f --- /dev/null +++ b/extensions/registries/README.md @@ -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.