...

Package load

import "github.com/docker/docker/testutil/fixtures/load"
Overview
Index

Overview ▾

func FrozenImagesLinux

func FrozenImagesLinux(ctx context.Context, client client.APIClient, images ...string) error

FrozenImagesLinux loads the frozen image set for the integration suite If the images are not available locally it will download them TODO: This loads whatever is in the frozen image dir, regardless of what images were passed in. If the images need to be downloaded, then it will respect the passed in images