"container": {
"type": "MESOS",
"docker": {
"image": "redis",
"forcePullImage": false
}
}
- The above example has the container type as Mesos..but again specifying "docker" image... for using universal container or mesos container, do we need to install docker?
- because, when i try to run a sample in mesos with type "mesos" container, i am getting error like this:
unsupported container image:DOCKER.
I have not installed docker.
- I am using Mesos1.1 version