obsidian-remote icon indicating copy to clipboard operation
obsidian-remote copied to clipboard

fails to run on podman arm64

Open mosajjal opened this issue 1 year ago • 0 comments

Hi,

the following fails with an x11 error

podman run --rm -it \
   -v /obsidian/vaults:/vaults \
   -v /obsidian/config:/config \
   -p 10007:8080 \
   docker.io/sytone/obsidian-remote:arm64
s6-svwait: fatal: unable to subscribe to events for /var/run/s6/services/xrdp-sesman/: No such file or directory

assuming docker will also fail. is there any reason why the dockerfile for arm needs x11 to be installed in the first place?

mosajjal avatar Jan 10 '24 22:01 mosajjal