Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Box ¶
type Box struct {
// contains filtered or unexported fields
}
Box ...
type Profile ¶
type Profile struct {
Registry string `json:"registry"`
Repository string `json:"repository"`
Endpoint string `json:"endpoint"`
NetworkMode container.NetworkMode `json:"network_mode"`
RuntimePath string `json:"runtime-path"`
Cwd string `json:"cwd"`
}
Profile describes a Cocaine profile for Docker isolation type
Click to show internal directories.
Click to hide internal directories.