Fix typo in api/types/container/host_config.go

Originally merged in #26061.

Signed-off-by: David Sheets <sheets@alum.mit.edu>
Upstream-commit: a003419fca2c4ce7ed53edc8da67a22748aa4a23
Component: engine
This commit is contained in:
David Sheets
2016-09-20 10:41:08 +01:00
parent 37aff3fb80
commit a8d3dd9225
@@ -323,7 +323,7 @@ type HostConfig struct {
Mounts []mount.Mount `json:",omitempty"`
// Run a custom init inside the container, if null, use the daemon's configured settings
Init *bool `json:",om itempty"`
Init *bool `json:",omitempty"`
}
// Box specifies height and width dimensions. Used for sizing of a console.