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

Function createDockerInfo

src/tests/containerizer/docker_containerizer_tests.cpp:110–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110static
111ContainerInfo createDockerInfo(const string& imageName)
112{
113 ContainerInfo containerInfo;
114
115 containerInfo.set_type(ContainerInfo::DOCKER);
116 containerInfo.mutable_docker()->set_image(imageName);
117
118 return containerInfo;
119}
120
121
122class DockerContainerizerTest : public MesosTest

Callers 2

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected