|
@@ -48,7 +48,7 @@ type Config struct {
|
|
|
Cmd strslice.StrSlice // Command to run when starting the container
|
|
|
Healthcheck *HealthConfig `json:",omitempty"` // Healthcheck describes how to check the container is healthy
|
|
|
ArgsEscaped bool `json:",omitempty"` // True if command is already escaped (Windows specific)
|
|
|
- Image string // Name of the image as it was passed by the operator (eg. could be symbolic)
|
|
|
+ Image string // Name of the image as it was passed by the operator (e.g. could be symbolic)
|
|
|
Volumes map[string]struct{} // List of volumes (mounts) used for the container
|
|
|
WorkingDir string // Current directory (PWD) in the command will be launched
|
|
|
Entrypoint strslice.StrSlice // Entrypoint to run when starting the container
|