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.1-SNAPSHOT bashLast updated
Was this helpful?
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.1-SNAPSHOT bashLast updated
Was this helpful?
Was this helpful?