MCPcopy
hub / github.com/moby/moby / DockerRegistrySuite

Struct DockerRegistrySuite

integration-cli/check_test.go:439–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439type DockerRegistrySuite struct {
440 ds *DockerSuite
441 reg *registry.V2
442 d *daemon.Daemon
443}
444
445func (s *DockerRegistrySuite) OnTimeout(t *testing.T) {
446 s.d.DumpStackAndQuit()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected