Replies: 1 comment
-
If you mount a host dir with podman machine only the current user can write to it. And this user is by default mapped to root inside the container. It is very likely that the wordpress container runs as different user so it cannot write to it. I assume if you remove the volume mount it should work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
Take the following compose.yaml file as an example. It runs without problem on Linux and Mac (using Podman Desktop):
On Mac, though, the WordPress dashboard cannot add/remove plugins, showing the following dialog:

This might seem like a WordPress issue, but it happens only on Mac when running containers with Podman, probably due to some mount limitations.
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
The container seems to be readonly and cannot modify its content, though that's not the case on Linux.
Describe the results you expected
Describe the results you expected
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
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