1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Merge pull request #26736 from dsheets/fix-typo-from-26061

Fix typo in api/types/container/host_config.go
Upstream-commit: beea098b97a160f027bd33f1afeaed30724b98af
Component: engine
This commit is contained in:
Kenfe-Mickaël Laventure
2016-09-20 08:26:18 -07:00
committed by GitHub

View File

@@ -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.