0

Im getting the below error when I try to stop and rm the running container using podman.

WARN[0000] cannot toggle freezer: cgroups not configured for container WARN[0000] cannot toggle freezer: cgroups not configured for container WARN[0000] lstat : no such file or directory WARN[0000] Failed to remove cgroup (will retry) error="rmdir /sys/fs/cgroup/systemd/user.slice/user-491465.slice/user@491465.service/user.slice/podman-344715.scope/d8258e0ae3f2a7a7f08abca04446247

I guess due to this some of the running process inside the container is not stopped properly and still available in host process list.

Actually I want to gracefully exit all the process like exiting container like giving 'exit' command when container is attached.

Please let me know how to fix the error or how to gracefully shutdown all the process of running conatainer from host.

0 Answers0