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

Method Flags

src/uri/fetchers/docker.cpp:614–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612
613
614DockerFetcherPlugin::Flags::Flags()
615{
616 add(&Flags::docker_config,
617 "docker_config",
618 "The default docker config file.");
619
620 add(&Flags::docker_stall_timeout,
621 "docker_stall_timeout",
622 "Amount of time for the fetcher to wait before considering a download\n"
623 "being too slow and abort it when the download stalls (i.e., the speed\n"
624 "keeps below one byte per second).");
625}
626
627
628const char DockerFetcherPlugin::NAME[] = "docker";

Callers

nothing calls this directly

Calls 1

addFunction · 0.50

Tested by

no test coverage detected