这是indexloc提供的服务,不要输入任何密码
Skip to content

Error starting container on RPI Zero #67

@Shaun-Harrison

Description

@Shaun-Harrison

When using docker-compose to bring up the container I get the following error

Starting ha_dockermon ... error

ERROR: for ha_dockermon Cannot start service docker_mon: failed to create endpoint ha_dockermon on network bridge: failed to add the host (vetha02c8e5) <=> sandbox (veth8a752e8) pair interfaces: operation not supported

ERROR: for docker_mon Cannot start service docker_mon: failed to create endpoint ha_dockermon on network bridge: failed to add the host (vetha02c8e5) <=> sandbox (veth8a752e8) pair interfaces: operation not supported
ERROR: Encountered errors while bringing up the project.

Here is my docker-compose.yml

docker_mon:
    image: philhawthorne/ha-dockermon:arm
    container_name: ha_dockermon
    restart: always
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    ports:
      - 8126:8126

This config works fine on RPI4 & RPI3

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions