ehedman / victron-venus-container

virtual venus for Rasperry Pi
1 stars 0 forks source link

Docker bridge #2

Open timokovanen opened 1 month ago

timokovanen commented 1 month ago

Hi, Do we have any changes to run venus with docker bridged network? With --net=host venus starts and I'm able to access remote console. Unfortunately this breaks connectivity with all bridged containers. When starting container --net=bridge -p 80:80 it looks like venus starts but I cannot access remote console. Ethernet connection would be enough for me. No need for WLAN or BT.

Host: RPI4/8GB 64bit Bookworm, all services & apps running as docker containers.

timokovanen commented 1 month ago

Ok, it seems that I just have to set ip/mask/bcast & route manually in chroot (in docker).