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 gid=1000

Code Block
sudo chown 999:1000 worker0*
sudo chmod 755 worker0*

or give access right for any user:

sudo chmod 777 -R worker0*