docs/cluster/container.go

13 lines
211 B
Go

package cluster
import "github.com/samalba/dockerclient"
// Container is exported
type Container struct {
dockerclient.Container
Config *ContainerConfig
Info dockerclient.ContainerInfo
Engine *Engine
}