#!/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
