Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
ID string `yaml:"id,omitempty" json:"id,omitempty"`
Image string `yaml:"image,omitempty" json:"image,omitempty"`
Entrypoint []string `yaml:"entrypoint,omitempty" json:"entrypoint,omitempty"`
Cmd []string `yaml:"cmd,omitempty" json:"cmd,omitempty"`
Env []string `yaml:"env,omitempty" json:"env,omitempty"`
Mounts []HostMounts `yaml:"mounts,omitempty" json:"mounts,omitempty"`
}
type HostMounts ¶
Click to show internal directories.
Click to hide internal directories.