Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker container problems #147

Open
mr-migre opened this issue Jul 18, 2024 · 0 comments
Open

Docker container problems #147

mr-migre opened this issue Jul 18, 2024 · 0 comments

Comments

@mr-migre
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant