MCPcopy Create free account
hub / github.com/apache/mesos / image

Method image

src/slave/containerizer/docker.hpp:412–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410 }
411
412 std::string image() const
413 {
414 if (containerConfig.has_task_info()) {
415 return containerConfig.task_info().container().docker().image();
416 }
417
418 return containerConfig.executor_info().container().docker().image();
419 }
420
421 bool forcePullImage() const
422 {

Callers 7

pullMethod · 0.80
launchMethod · 0.80
foreachpairFunction · 0.80
prepareMethod · 0.80
operator==Function · 0.80
operator==Function · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected