changes after running go fmt
This commit is contained in:
parent
04c14b3cb2
commit
0d99f256de
|
@ -222,7 +222,7 @@ type DockerDriverConfig struct {
|
||||||
CapAdd []string `mapstructure:"cap_add"` // Flags to pass directly to cap-add
|
CapAdd []string `mapstructure:"cap_add"` // Flags to pass directly to cap-add
|
||||||
CapDrop []string `mapstructure:"cap_drop"` // Flags to pass directly to cap-drop
|
CapDrop []string `mapstructure:"cap_drop"` // Flags to pass directly to cap-drop
|
||||||
ReadonlyRootfs bool `mapstructure:"readonly_rootfs"` // Mount the container’s root filesystem as read only
|
ReadonlyRootfs bool `mapstructure:"readonly_rootfs"` // Mount the container’s root filesystem as read only
|
||||||
CPUHardLimit bool `mapstructure:"cpu_hard_limit"` // Flag to pass whether to enforce CPU hard limit.
|
CPUHardLimit bool `mapstructure:"cpu_hard_limit"` // Enforce CPU hard limit.
|
||||||
}
|
}
|
||||||
|
|
||||||
func sliceMergeUlimit(ulimitsRaw map[string]string) ([]docker.ULimit, error) {
|
func sliceMergeUlimit(ulimitsRaw map[string]string) ([]docker.ULimit, error) {
|
||||||
|
|
Loading…
Reference in a new issue