Documentation
¶
Index ¶
- func DefaultHostConfig() func(hc *container.HostConfig)
- type Config
- type Container
- type Logger
- type Option
- func WithDockerfile(dir, file string) Option
- func WithEnv(env map[string]string) Option
- func WithLogOutput(out io.Writer) Option
- func WithLogger(logger Logger) Option
- func WithName(name string) Option
- func WithNetwork(name string) Option
- func WithPort(port string) Option
- func WithStartupWait(strategy wait.Strategy) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultHostConfig ¶
func DefaultHostConfig() func(hc *container.HostConfig)
Types ¶
type Option ¶
type Option func(*Config)
func WithDockerfile ¶
func WithLogOutput ¶
func WithLogger ¶
func WithNetwork ¶
func WithStartupWait ¶
Click to show internal directories.
Click to hide internal directories.