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