sagemathinc / cocalc-docker

DEPRECATED (was -- Docker setup for running CoCalc as downloadable software on your own computer)
https://cocalc.com
Other
398 stars 103 forks source link

Permission denied during project folder creation #161

Closed astor99 closed 2 years ago

astor99 commented 2 years ago

Hi, I followed instructions for running Cocalc-docker on a Fedora-CoreOS. As soon as I run I get:

[core@xxx ~]$ docker logs cocalc
LOG: init_projects_path: initialize /projects path
chmod: changing permissions of '/projects': Permission denied
LOG: creating  /projects/conf
LOG: Failed to start - [Errno 13] Permission denied: '/projects/conf'
LOG: Pausing indefinitely so you can try to debug this...

I tried to change permission to "cocalc" folder but nothing...

drwxrwxrwx. 2 core core 6 Jun 23 09:02 cocalc

Thanks for your help.

astor99 commented 2 years ago

Solution found. Disable SELinux on Fedora CoreOS or mount a volume, not a bind-volume