Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 4f0d95fa6ee7f865597c03b9e63702cdcb0f7067 Component: engine
4 lines
194 B
Go
4 lines
194 B
Go
// 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"
|