homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

Docker --net=host don't work on Mac OS and windows servers #516

Closed rodin-andrei closed 11 months ago

rodin-andrei commented 11 months ago

Current Situation

How run this soft on Mac OS device or device by windows server management https://docs.docker.com/network/host/

The host networking driver only works on Linux hosts, and is not supported on Docker for Mac, Docker for Windows, or Docker EE for Windows Server.

Docker Config

docker run --net=host  -d homebridge/homebridge:latest

Logs

No response

Host Operating System

Other (specify in description)

Host Architecture

x86_64 / amd64

NorthernMan54 commented 11 months ago

This is noted in the README

https://github.com/homebridge/docker-homebridge#compatibility

rodin-andrei commented 11 months ago

Thx