Add Podman Desktop

Podman Desktop is a GUI for containers and Kubernetes

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
Charlie Drage 2023-02-06 09:41:34 -05:00
parent b54ec91043
commit 6baf4926ef

View File

@ -157,6 +157,8 @@ Lightweight, rootless containers.
Hypervisor-based (KVM, Xen, QEMU) Runtime for OCI. Security by isolation.
* [podman](https://github.com/containers/libpod)
Full management of container lifecycle.
* [Podman Desktop](https://github.com/containers/podman-desktop)
GUI interface for interacting with containers and Kubernetes.
* [firecracker](https://github.com/firecracker-microvm/firecracker)
Firecracker runs workloads in lightweight virtual machines, called microVMs, which combine the security and isolation properties provided by hardware virtualization technology with the speed and flexibility of containers.
* [sysbox](https://github.com/nestybox/sysbox)