Skip to content

exec /bin/bash: no such file or directory #151

@n-gao

Description

@n-gao

I tried setting up a satisfactory server with the following docker compose

services:
  linuxgsm-sf:
    image: gameservermanagers/gameserver:sf
    container_name: sfserver
    volumes:
      - ./data:/data
    network_mode: host
    restart: unless-stopped

But, I get the following output:

 sudo docker compose up
[+] up 2/2
 ✔ Container sfserver Recreated                                                                                                                                                       0.2s
 ! linuxgsm-sf        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
Attaching to sfserver
sfserver  | exec /bin/bash: no such file or directory
sfserver exited with code 255 (restarting)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions