MCPcopy
hub / github.com/moby/moby / DockerHubPullSuite

Struct DockerHubPullSuite

integration-cli/docker_hub_pull_suite_test.go:21–24  ·  view source on GitHub ↗

DockerHubPullSuite provides an isolated daemon that doesn't have all the images that are baked into our 'global' test environment daemon (e.g., busybox, httpserver, ...). We use it for push/pull tests where we want to start fresh, and measure the relative impact of each individual operation. As par

Source from the content-addressed store, hash-verified

19// relative impact of each individual operation. As part of this suite, all
20// images are removed after each test.
21type DockerHubPullSuite struct {
22 d *daemon.Daemon
23 ds *DockerSuite
24}
25
26// newDockerHubPullSuite returns a new instance of a DockerHubPullSuite.
27func newDockerHubPullSuite() *DockerHubPullSuite {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected