This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > podman (1.6.2)

podman - for running OCI-based containers in Pods

libpod provides a library for applications looking to use the Container Pod
concept popularized by Kubernetes. libpod also contains a tool called podman
for managing Pods, Containers, and Container Images.

At a high level, the scope of libpod and podman is the following:
* Support multiple image formats including the existing Docker/OCI image formats.
* Support for multiple means to download images including trust & image verification.
* Container image management (managing image layers, overlay filesystems, etc).
* Full management of container lifecycle
* Support for pods to manage groups of containers together
* Resource isolation of containers and pods.

These container runtimes can run as non-root, but require sub-uid/gid mappings

To run podman as a user:

echo 'user.max_user_namespaces=30111' >> /etc/sysctl.conf
echo '<YOUR_USER>:100000:65536' >> /etc/subuid
echo '<YOUR_USER>:100000:65536' >> /etc/subgid

This requires: runc, go-md2man, slirp4netns, cni-plugins, conmon

Maintained by: Vincent Batts
Keywords: container,oci,image,docker
ChangeLog: podman

Homepage:
https://github.com/containers/libpod

Source Downloads:
libpod-1.6.2.tar.gz (bf43121bc45b19404d8bcfaf87e5046d)

Download SlackBuild:
podman.tar.gz
podman.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds