Documentation
¶
Index ¶
Constants ¶
View Source
const DOCKER_ADDRESS string = "127.0.0.1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerInfo ¶
type ContainerInfo struct {
Address net.IP
Ports map[PortBinding]int
}
type DefaultLogger ¶
type DefaultLogger struct{}
func (DefaultLogger) Print ¶
func (l DefaultLogger) Print(v ...interface{})
func (DefaultLogger) Printf ¶
func (l DefaultLogger) Printf(fomat string, v ...interface{})
type Logger ¶
type Logger interface {
Print(v ...interface{})
Printf(format string, v ...interface{})
}
type PortBinding ¶
Click to show internal directories.
Click to hide internal directories.