mirror of
https://github.com/containers/podman.git
synced 2025-11-01 22:32:50 +08:00
Some programs have their configuration files relative to the user's home. It would be convenient being able to mount these into the container, but that requires expansion of `~` or `$HOME` in a label. This commit adds support for that for the `runlabel` command. Signed-off-by: Dan Čermák <dcermak@suse.com>