Dockerfile USER equivalent when running podman commit #22126
Replies: 1 comment
-
|
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.
-
Using a Dockerfile, I can specify a USER command as the last line to switch the user that will be used on e.g. ENTRYPOINT of the parent image.
Is there a way to achieve the equivalent behavior with
podman commit
on a running image that has just runuseradd
?Beta Was this translation helpful? Give feedback.
All reactions