aports/community/podman/podman.post-install
Newbyte 38171bafc1 community/podman: link wiki article
It may not be obvious to everyone what configuring subordinate user IDs
and subordinate group IDs means in practice, so link the wiki article
where the steps required to accomplish this are documented.
2024-02-13 23:27:08 +00:00

12 lines
289 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* For running rootless Podman you need to:
* - configure subordinate user ids (/etc/subuid) and subordinate group ids (/etc/subgid),
* - mount the control groups: \`rc-service cgroups start\`.
*
* More information: https://wiki.alpinelinux.org/wiki/Podman
*
EOF