Open MingChenSlot opened 8 years ago
+1
It looks like the image has Docker installed, but the service isn't started by default. I was able to get the agent running by running the base mesosphere/mesos
image in an interactive shell, starting the Docker daemon, and then running the Mesos agent. I'll update the README with some instructions to accomplish this.
I looked at the Dockerfile, it seems that the latest mesos-slave image already installed docker-engine when building the image. So I tried to run it without adding mapping to host's docker,
but I got following error
The docker-engine is installed but I still cannot connect to the Docker daemon, it seems like root user has to be added to docker user group. Is this the problem? Or do I miss something?