-
-
Notifications
You must be signed in to change notification settings - Fork 39
Description
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
- Terminal will be reused by tasks, press any key to close it.
I think I miss something, Could you please help me with it? Thank you!