mesos + marathon + docker - installing via the packages
a little trick to installing via the packages; if you follow https://open.mesosphere.com/getting-started/install/, make sure you either proceed to the next steps and docker stuff, or add the following to /usr/lib/systemd/system/mesos-slave.service (centos 7)
Environment=MESOS_CONTAINERIZERS=docker,mess
under the [Service] bracket.
without these steps, mesos won't know how to call docker to start the marathon submitted docker jobs.
(a key indicator of this problem is...)
failed to start: None of the enabled containerizers (mesos) could create a container for the provided TaskInfo/ExecutorInfo message
No comments:
Post a Comment