|
@@ -73,10 +73,11 @@ type Config struct {
|
|
// Mac Address of the container.
|
|
// Mac Address of the container.
|
|
//
|
|
//
|
|
// Deprecated: this field is deprecated since API v1.44. Use EndpointSettings.MacAddress instead.
|
|
// Deprecated: this field is deprecated since API v1.44. Use EndpointSettings.MacAddress instead.
|
|
- MacAddress string `json:",omitempty"`
|
|
|
|
- OnBuild []string // ONBUILD metadata that were defined on the image Dockerfile
|
|
|
|
- Labels map[string]string // List of labels set to this container
|
|
|
|
- StopSignal string `json:",omitempty"` // Signal to stop a container
|
|
|
|
- StopTimeout *int `json:",omitempty"` // Timeout (in seconds) to stop a container
|
|
|
|
- Shell strslice.StrSlice `json:",omitempty"` // Shell for shell-form of RUN, CMD, ENTRYPOINT
|
|
|
|
|
|
+ MacAddress string `json:",omitempty"`
|
|
|
|
+ OnBuild []string // ONBUILD metadata that were defined on the image Dockerfile
|
|
|
|
+ Labels map[string]string // List of labels set to this container
|
|
|
|
+ StopSignal string `json:",omitempty"` // Signal to stop a container
|
|
|
|
+ StopTimeout *int `json:",omitempty"` // Timeout (in seconds) to stop a container
|
|
|
|
+ DeleteTimeout *int `json:",omitempty"` // Timeout (in seconds) to wait for a container to be deleted
|
|
|
|
+ Shell strslice.StrSlice `json:",omitempty"` // Shell for shell-form of RUN, CMD, ENTRYPOINT
|
|
}
|
|
}
|