Cannot commit user container with --pause
#3970
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I cannot commit container that is owned by user (not root) and is running and I use option
--pause
.Steps to reproduce the issue:
podman run -di --name first fedora sh
podman commit --pause first commited
Describe the results you received:
Output from the second step:
Describe the results you expected:
Successfully commits. This works when I run everything as root:
sudo podman run -di --name first fedora sh
sudo podman commit --pause first commited
or when I firstly stop the container and then do commit without
--pause
.Additional information you deem important (e.g. issue happens only occasionally):
I run this on Fedora 30 without CGroupsV2. Can this be related? (wild guess, but since this happens only for user containers...)
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: