Skip to content

Not running #16

@rteicheira

Description

@rteicheira

When I run it as a stack through Portainer, I get error code 255 with the following log:
exec /config/scripts/atlas_check.sh: exec format error

When I run it as a standalone container on the same system I get:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested <random container ID number>

System Info:

hostname> cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

hostname> hostnamectl
Kernel: Linux 6.12.34+rpt-rpi-2712
Architecture: arm64

Docker stack YAML:

services:
  atlas:
    image: keinstien/atlas:latest
    container_name: atlas
    network_mode: host
    cap_add:
      - NET_ADMIN
      - NET_RAW
    ports: # Tried with ports added and removed
      - 8888:8888
      - 8889:8889
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock

networks: {}

Standalone container command:

hostname> docker run -d \
  --name atlas \
  --network=host \
  --cap-add=NET_RAW \
  --cap-add=NET_ADMIN \
  -v /var/run/docker.sock:/var/run/docker.sock \
  keinstien/atlas:latest

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions