mesosphere-docker
mesosphere-docker copied to clipboard
Master will not task slave due to ports not being exposed
The master can not task the slave node due to either the hostname not resolving (which makes sense since it's the UID of the container which isn't in the hosts file on the host) or the ports not being available. I've attempted starting the slave with --net host mode but the slave fails to initialize with that. Wondering how you rolled this out initially or if you have a missing docker parameter from the slave startup.
On second look, it appears this has something to do with me attempting to run a slave that will execute docker. The docker command is priviledged, so you'll need to run the container in a priv state.