Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As this is not a root container under linux you will need to give write access to user with uid=999 1000 gid=10001024

Code Block
sudo chown 9991000:10001888 worker0*
sudo chmod 755 worker0*

or give access right for any user:

sudo chmod 777 -R worker0*

Remark: If you do not want to use kafka to communicate and the worker should be able to commicate with each other, it is important, that the master node is part of the docker network, else the connections between the workers could be failing.