docs/cluster/container.go

11 lines
154 B
Go

package cluster
import "github.com/samalba/dockerclient"
type Container struct {
dockerclient.Container
Info dockerclient.ContainerInfo
Node Node
}