Jonathan Bergknoff
Jonathan Bergknoff
I'm also interested in this.
After looking into this further, it seems that `addImage` does support passing a stream as the first argument.
> docker: unknown server OS: . Pretty cryptic :) What version of Docker are you running? Are you able to run other containers? Based on googling that error message (e.g....
Thanks for the details. * It looks like removing the `--device` fixed the original error. * Docker requires `sudo` or (equivalently) for the user to be in the `docker` group....
Looks like it's referencing `jbergknoff/project64/project64:v2.4.0-1225-gb9dac46` (one extra `project64`). Should be `jbergknoff/project64:v2.4.0-1225-gb9dac46`.
No problem. Is it possible there's no X server running? Are you using Wayland?
Hm, I'm not sure what the issue is, then. I'd make sure there's a `$DISPLAY` environment variable set in the shell from which you're running Docker. `-e DISPLAY` is passing...
I wonder if it's because the userid in the container is hardcoded to 1000: https://github.com/jbergknoff/Dockerfile/blob/4ab4aa871ce8578497f3be978e2e35e0f00219b6/project64/Dockerfile#L6. I wish the image didn't have to bake that in, but I think there was...