File read/write permissions
To enable user to have create/read/write files in shared location
$ id
uid=1000(abc) gid=1000(abc) groups=1000(abc)
$ docker run -u <uid> -it zingg/zingg:0.4.0 bashLast updated
To enable user to have create/read/write files in shared location
$ id
uid=1000(abc) gid=1000(abc) groups=1000(abc)
$ docker run -u <uid> -it zingg/zingg:0.4.0 bashLast updated