obsidian-remote
obsidian-remote copied to clipboard
fails to run on podman arm64
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?