DVDAndroid / glance-docker-container-ext

16 stars 2 forks source link

Support for ARM architecture? #7

Open shareef945 opened 1 week ago

shareef945 commented 1 week ago

tried running it on my raspberry pi and got this

! glance-docker-container-ext The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s

shareef945 commented 1 week ago

i tried to build for arm locally. worked fine, but for some strange reason i get the error 'No containers found' even though the docker api and socket are working fine.

i get results from curl --unix-socket /var/run/docker.sock http://localhost/containers/json

shareef945 commented 1 week ago

are you able to see your containers from 'http://localhost:8081/containers/json?all=true' ?