jlesage / docker-firefox

Docker container for Firefox
MIT License
1.42k stars 267 forks source link

Exec format error in Docker compose #131

Closed MrMax486 closed 1 year ago

MrMax486 commented 1 year ago

Hello! I'm trying to launch the container in docker compose but i get the error: exec /init: exec format error

this is my configuration:

version: '3'

services:
  firefox:
    container_name: firefox
    image: jlesage/firefox
    ports:
      - "5800:5800"
    volumes:
      - firefox:/usr/share/firefox_docker:rw
    restart: always

volumes:
  firefox:

and this is the result when I try to start the container

pi@raspberrypi:~/docker-compose $ docker-compose up firefox
Creating firefox ... done
Attaching to firefox
firefox           | exec /init: exec format error

I'm on Raspbian on a RB4

thanks

jlesage commented 1 year ago

The image only supports x86-64 architecture for now. I'm currently working on adding support for ARM.

jlesage commented 1 year ago

Latest image is now multi-arch.