Browse Source

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

Fix typo in api/types/container/host_config.go
Kenfe-Mickaël Laventure 8 năm trước cách đây
mục cha
commit
beea098b97
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/types/container/host_config.go

+ 1 - 1
api/types/container/host_config.go

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