You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images like Nginx and PHP run their processes as a delegated user such as nginx or www-data. We're wanting to mount our web-app's working directory on these machines and have them owned by those delegated users. I see this in the docs:
Kubernetes PersistentVolumeClaims
A Kubernetes PersistentVolumeClaim represents a Podman named volume. Only the PersistentVolumeClaim name is required by Podman to create a volume. Kubernetes annotations can be used to make use of the available options for Podman volumes.
volume.podman.io/driver
volume.podman.io/device
volume.podman.io/type
volume.podman.io/uid
volume.podman.io/gid
volume.podman.io/mount-options
volume.podman.io/import-source
But I'm unable to find any examples of using it to set the uid and gid of the files. I'm using podman remote as I'm on a Mac with Podman installed with Homebrew.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Images like Nginx and PHP run their processes as a delegated user such as
nginx
orwww-data
. We're wanting to mount our web-app's working directory on these machines and have them owned by those delegated users. I see this in the docs:But I'm unable to find any examples of using it to set the uid and gid of the files. I'm using
podman remote
as I'm on a Mac with Podman installed with Homebrew.I'm using a
yaml
file to bring up my pod.Beta Was this translation helpful? Give feedback.
All reactions