hi, @Hendrik You could specific the --attribute flag when starting mesos agent. For example, use --attributes=docker:false. Then you could get it in the `Offer` in your framework. Another way is query the /flags endpoint of the agent in your framework. You could get the url of the agent from `Offer` as well.
On Tue, Oct 4, 2016 at 5:06 PM, Hendrik Haddorp <[email protected]> wrote: > Hi, > > is there a way for a framework to determine what containerizers are > available on a slave? I have a setup where one slave has no docker engine > so that I get an error when I try to start a container on that slave. Thus > it would be nice if I could somehow check in advanced what capabilities a > slave has. > > regards, > Hendrik > -- Best Regards, Haosdent Huang

