"exec /init: exec format error" when launching the docker container in ARM (RPI4)
Carlos672 opened this issue · 1 comments
Carlos672 commented
Hi,
Getting the exec /init: exec format error when launching docker compose in Raspberry pi 4
This is my compose:
version: '3.3'
services:
obsidian-remote:
volumes:
- '/media/xx/vaults:/vaults'
- '/media/xx/obsidian/config:/config'
ports:
- '8480:8080'
image: 'sytone/obsidian-remote:latest'
restart: unless-stopped
rekab72 commented
Answered by @just5ky in a response to this issue #8 (comment)
sytone/obsidian-remote:arm64
it's not on latest
tag