On Sun, Dec 31, 2017 at 12:10 PM, Sameer Rahmani <[email protected]> wrote:
> Hi all. > > I have two questions: > > 1) Is it recommended to install mesos using docker ( mesos running inside > a container ) ? > It works ok > > 2) If yes, Can I still use the docker agent ? is there any limitation > about using docker inside and other docker container ( agent container ) ? > You are not going to be running docker inside; you need to expose the docker socket inside the container running the mesos agent so it's going to launch containers in the host. > > Thanks for your time in advance. > > Cheers > Sameer >

