Podman

From SME Server
Jump to navigationJump to search







podman
NeedImage.svg
Podman logo
MaintainerReetP
Urlhttps://podman.io/
Source: smeserver-podman
Licenceopen source
Category

Administration

Tags Containers


Warning.png Work in Progress:
This page is a Work in Progress. The contents off this page may be in flux, please have a look at this page history the to see list of changes.


Placeholder for anything to do with Podman (https://podman.io/)

Important.png Note:
Initial note only



Version

smecontribs-testing 11:
smeserver-podman
The latest version of smeserver-podman is available in the SME repository, click on the version number(s) for more information.


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


IDProductVersionStatusSummary
13455SME Contribs11.0CONFIRMEDFirst import to Koozali SME v11 smeserver-podman


Changelog

Only versions released in smecontrib are listed here.