Podman
| Podman logo | |
| Maintainer | ReetP |
|---|---|
| Url | https://podman.io/ |
| Source: | smeserver-podman |
| Licence | open source |
| Category | |
| Tags | Containers |
Placeholder for anything to do with Podman (https://podman.io/)
Version
About
According to wikpedia:
Podman (pod manager) is an open source Open Container Initiative (OCI)-compliant container management tool created by Red Hat used for handling containers, images, volumes, and pods on the Linux operating system, with support for macOS and Microsoft Windows via a virtual machine.[4] Based on the libpod library, it offers APIs for the lifecycle management of containers, pods, images, and volumes. The API is identical to the Docker API. Podman Desktop provides an alternative to Docker Desktop.
Installation
Configuration
Users
I needed a group to add local users, and a user for the container I was running but didn't wan the user to be a normal Koozali SME user.
If you add a group the system qwuil create a user for you. So we can use it like this:
mkdir -p /home/ncclient db accounts set ncclient group Description NCClient Gid 9001 Members admin Uid 9001 signal-event group-create ncclient usermod -s /bin/bash -d /home/ncclient ncclient
Now we have auser that podman can use, and a group we can add other users too.
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-podman component or use this link
| ID | Product | Version | Status | Summary |
|---|---|---|---|---|
| 13455 | SME Contribs | 11.0 | CONFIRMED | First import to Koozali SME v11 smeserver-podman |
Changelog
Only versions released in smecontrib are listed here.