-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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
Labels
help wantedExtra attention is neededExtra attention is needed