I am trying to run docker container using apache marathon/mesos. In the official documentation they have mentioned echo "docker,mesos" > /etc/mesos-slave/containerizers
should be done to use docker.
But there is no such file or directory on my machine. I'm using ubuntu 14.04. my mesos version is 0.22.1. It only shows deploying while running using marathon using --containerizer==docker,mesos
flag.
For this flag to work I need to do that echo thing. But there is no such thing on my machine.