Documentation ¶
Index ¶
Constants ¶
View Source
const (
ConfigDirDest = "/var/lib/rancher/etc"
)
Variables ¶
View Source
var ( Parent = Container{ Name: "parent", Networking: true, Command: []string{"parent"}, Ports: []string{ "18080:8080/tcp", "2181:12181/tcp", "2888:12888/tcp", "3888:13888/tcp", "6379:16379/tcp", }, Labels: map[string]string{ "io.rancher.container.network": "true", }, DeleteLabeled: map[string]string{ "io.rancher.ha.container": "true", }, OpenStdin: true, RestartPolicy: container.RestartPolicy{ Name: "always", }, } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.