fn: tests for hung and bad docker repo during docker-pull (#1298)

* fn: tests for hung and bad docker repo during docker-pull
This commit is contained in:
Tolga Ceylan
2018-11-05 16:01:42 -08:00
committed by GitHub
parent 9b50eaddf1
commit 975b780695
7 changed files with 131 additions and 7 deletions

View File

@@ -227,6 +227,7 @@ func NewDockerDriver(cfg *Config) (drivers.Driver, error) {
MaxTmpFsInodes: cfg.MaxTmpFsInodes,
EnableReadOnlyRootFs: !cfg.DisableReadOnlyRootFs,
EnableTini: !cfg.DisableTini,
MaxRetries: cfg.MaxDockerRetries,
})
}