BobSammers wrote: > > My concern is that mDNS _won't_ work unless the networking model is > changed. I've seen some discussion in other areas about exposing the > host's dbus to the container to get this to work, but it doesn't seem to > be reliabe. Other than this I'm not sure either! Whilst there are some > Docker experts paying attention to this, hopefully someone can come up > with an idea. >
One alternative that seems perfect is to use Docker's macvlan network driver to give the container it's own distinct ip address on the local network. I spent some time trying to do this with a docker-compose file that had any number of slightly different configurations in it and quite simply couldn't get it to do what the Docker docs said it should. ------------------------------------------------------------------------ BobSammers's Profile: http://forums.slimdevices.com/member.php?userid=66026 View this thread: http://forums.slimdevices.com/showthread.php?t=111828 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
