Setting the User UID in a Bitnami Docker Container Setting the User UID in a Bitnami Docker Container docker docker

Setting the User UID in a Bitnami Docker Container


Try with user: 1010:0.

If you use the root (0) for the GID you shouldn't have issues with permissions:

$ iduid=1010 gid=0(root) groups=0(root)