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
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.