зеркало из https://github.com/microsoft/docker.git
Fixed runtime_test (ImagePull prototyped changed)
This commit is contained in:
Родитель
07dc0a5120
Коммит
e2b8ee2723
|
@ -93,7 +93,7 @@ func init() {
|
|||
pushingPool: make(map[string]struct{}),
|
||||
}
|
||||
// Retrieve the Image
|
||||
if err := srv.ImagePull(unitTestImageName, "", "", os.Stdout, utils.NewStreamFormatter(false), nil); err != nil {
|
||||
if err := srv.ImagePull(unitTestImageName, "", os.Stdout, utils.NewStreamFormatter(false), nil); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
// Spawn a Daemon
|
||||
|
|
Загрузка…
Ссылка в новой задаче