How do I set a UID and a GID

How do I set when configuring a node operator at docker a UID and a GID?

Add --user=uid:gid to the docker run command.

1 Like