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
{{ message }}
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
I would guess that your local user has also the uid 1000 and gid 1000 that are set at build time. You only set them when you build the image on your own, which is not very user friendly to use this image directly from the hub.
Setting the uid/gid at runtime is for the chown.sh script, to change the ids when they are different than 1000. In most distributions of linux this is the default but not in all.
Using podman instead of docker is fixing this by the way because podman container can only write with the executing user from the host if you have enabled rootless execution.
The --user option could work. For that you should modify the UID and GID of the Dockerfile so that they differ from your host user.
Is it possible to improve file permissions?
The text was updated successfully, but these errors were encountered: