mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo in api/types/container/host_config.go
Originally merged in #26061. Signed-off-by: David Sheets <sheets@alum.mit.edu>
This commit is contained in:
parent
a43691d645
commit
a003419fca
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue