-
Hi, I am learning podman and using it with oracle linux and gitlab-runner stuff. As i know gitlab-runner run scripts as user gitlabrunner in system. I also prepared scripts for deploying my app. When i deploy app from system level as gitlabrunner using sudo -u gitlabrunner script_name and the run sudo -u gitlabrunner podman ps or other commands I can communicate with containers but when i try to do this from gitlab scripts I don't see this in user scope. Also i can't communicate with container via podman exec .... I want to add that I run podman containers in rootless mode as root inside container. I found a solution to most of the problems I encountered, but I can't find solution or cause of this. |
Beta Was this translation helpful? Give feedback.
Could this be a linger issue? @giuseppe @mheon WDYT?