| 612 | |
| 613 | |
| 614 | DockerFetcherPlugin::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 | |
| 628 | const char DockerFetcherPlugin::NAME[] = "docker"; |