Using docker with macvlan on Synology NAS
If you use the bridge
or host
network drivers in Docker, containers must use different port numbers to be accessible
on the host network. Here’s how to use the macvlan
driver to assign a unique IP address to each container, allowing
containers (and the host) to use the same port numbers.