Podman inside podman throwing permission error #21615
Closed
alphakilo7
started this conversation in
General
Replies: 1 comment 1 reply
-
you need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description
I am trying to run containers using Podman in Rootless Mode. Below is my command,
After connecting to the container, I am trying to access the podman inside podman on the mounted socket file using python
podman
package. But it throws below error.Also, cannot connect using
curl
command.Permission for
podman.sock
0 srwxrwxrwx. 1 root root 0 Feb 12 10:05 podman.sock
Podman Version
Podman Info
RPM -q podman
podman-4.4.1-13.el9_2.x86_64
Steps to reproduce the issue
Install
python3
and install packagepodman
.Python Code:
Describe the results you received
Describe the results you received
Describe the results you expected
Describe the results you expected
podman info output
If you are unable to run podman info for any reason, please provide the podman version, operating system and its version and the architecture you are running.
Podman in a container
Yes
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
AWS
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Beta Was this translation helpful? Give feedback.
All reactions