udevbe / greenfield

HTML5 Wayland compositor :seedling:
GNU Affero General Public License v3.0
918 stars 28 forks source link

Docker container problems #147

Open mr-migre opened 1 month ago

mr-migre commented 1 month ago

Hello ! Im trying to test greenfield on my VM machine my setup: vmware workstation 17.5.0 VM: Ubuntu 22.04 inside of Vm Ive installed docker and try to run docker-compose.yml from https://github.com/udevbe/greenfield/tree/master/examples/docker-compose

after start docker logs shows: Executing task: docker logs --tail 1000 -f 6fd2ff6dd2c97d9cc0090fcaf6300b0276e445661b90021f20014934b154e6fe

pkg/prelude/bootstrap.js:1872 throw error; ^

Error: EISDIR: illegal operation on a directory, read at Object.readSync (node:fs:747:3) at Object.readSync (pkg/prelude/bootstrap.js:944:32) at tryReadSync (node:fs:447:20) at Object.readFileSync (node:fs:493:19) at readFileSync (pkg/prelude/bootstrap.js:1079:36) at Object.parseApplicationsArg [as applications] (/snapshot/app/packages/compositor-proxy-cli/dist/main-args.js) at /snapshot/app/packages/compositor-proxy-cli/dist/main-args.js at Array.map () at Object. (/snapshot/app/packages/compositor-proxy-cli/dist/main-args.js) at Module._compile (pkg/prelude/bootstrap.js:1926:22) { errno: -21, syscall: 'read', code: 'EISDIR' }

Node.js v18.5.0 touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied

I think I miss something, Could you please help me with it? Thank you!