From 5c22e9fe93bee60a848fd4fcba41f1fa5edeceb6 Mon Sep 17 00:00:00 2001 From: cdpb <12080704+cdpb@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:27:00 +0100 Subject: [PATCH] Add podman (#421) Co-authored-by: nodiscc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 233a46b..3743d3c 100644 --- a/README.md +++ b/README.md @@ -665,6 +665,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_ - [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features. - [LXD](https://linuxcontainers.org/lxd/) – a container "hypervisor" and a better UX for LXC. - [OpenVZ](http://openvz.org) - Container-based virtualization for Linux. +- [Podman](https://podman.io) - Daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode. Simply put: `alias docker=podman`. ([Source Code](https://github.com/containers/podman)) `Apache-2.0` `Go` - [Portainer](https://portainer.io/) - Simple management UI for Docker.