Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigDir ¶
func GetProjectRoot ¶ added in v0.0.3
Types ¶
type Config ¶
func NewConfigFor ¶ added in v0.0.14
func (*Config) AddEnvIfNotExistFor ¶ added in v0.0.14
func (*Config) WriteIfNotExist ¶
type Env ¶
type Env struct {
ContainerArgs []string `json:"containerArgs"`
Name string `json:"name"`
Options map[string]string `json:"options"`
// contains filtered or unexported fields
}
func (*Env) ContainerName ¶
func (*Env) DockerBuildDir ¶ added in v0.0.2
func (*Env) ImageNameAndTag ¶
func (*Env) WithContainerArgs ¶
Click to show internal directories.
Click to hide internal directories.