Documentation ¶
Index ¶
Constants ¶
View Source
const ( LocalNameContext = "context" LocalNameDockerfile = "dockerfile" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { ApiVersion string `yaml:"apiVersion"` Images []ConfigImage `yaml:"images"` }
func GetMockerfileConfig ¶
func NewFromBytes ¶
func NewFromFile ¶
type ConfigImage ¶
type ExternalFile ¶
type HealthConfig ¶
type Image ¶
type Image struct { specs.Image Config ImageConfig `json:"config,omitempty"` }
func NewImageConfig ¶
type ImageConfig ¶
type ImageConfig struct { specs.ImageConfig Healthcheck *HealthConfig `json:",omitempty"` ArgsEscaped bool `json:",omitempty"` OnBuild []string StopTimeout *int `json:",omitempty"` Shell strslice.StrSlice `json:",omitempty"` }
Click to show internal directories.
Click to hide internal directories.