Versions in this module Expand all Collapse all v0 v0.99.0 Jun 20, 2020 Changes in this version + func Args(args ...string) icmd.Cmd + func Build(name string) icmd.Cmd + func BuildCmd(t testingT, name string, cmdOperators ...CmdOperator) *icmd.Result + func Daemon(d *daemon.Daemon) func(*icmd.Cmd) func() + func Docker(cmd icmd.Cmd, cmdOperators ...CmdOperator) *icmd.Result + func DockerCmd(t testingT, args ...string) *icmd.Result + func Format(format string) func(*icmd.Cmd) func() + func InDir(path string) func(*icmd.Cmd) func() + func Inspect(name string) icmd.Cmd + func InspectCmd(t testingT, name string, cmdOperators ...CmdOperator) *icmd.Result + func SetTestEnvironment(env *environment.Execution) + func WaitExited(t testingT, name string, timeout time.Duration, cmdOperators ...CmdOperator) + func WaitForInspectResult(t testingT, name, expr, expected string, timeout time.Duration, ...) + func WaitRestart(t testingT, name string, timeout time.Duration, cmdOperators ...CmdOperator) + func WaitRun(t testingT, name string, cmdOperators ...CmdOperator) + func WithEnvironmentVariables(envs ...string) func(cmd *icmd.Cmd) func() + func WithFlags(flags ...string) func(*icmd.Cmd) func() + func WithStdin(stdin io.Reader) func(*icmd.Cmd) func() + func WithStdout(writer io.Writer) func(*icmd.Cmd) func() + func WithTimeout(timeout time.Duration) func(cmd *icmd.Cmd) func() + type CmdOperator func(*icmd.Cmd) func()