blob: ee4bf504306da6cfa54b41fe7b1cd15650029ceb (
plain)
1
2
3
|
// Package integration provides integrations tests for Moby (API).
// These tests require a daemon (dockerd for now) to run.
package integration // import "github.com/docker/docker/integration"
|