Posts tagged ‘synology-nas’

7 posts; newest first

Using docker with macvlan on Synology NAS

8 Mar 2025 12:04 docker 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.

» read more