Updated more information section of validateChangedMemoryFlags function with correct, working link
parent
025fae0de3
commit
e2d08bbd06
|
@ -1183,7 +1183,7 @@ func validateFlags(cmd *cobra.Command, drvName string) {
|
|||
func validateChangedMemoryFlags(drvName string) {
|
||||
if driver.IsKIC(drvName) && !oci.HasMemoryCgroup() {
|
||||
out.WarningT("Your cgroup does not allow setting memory.")
|
||||
out.Infof("More information: https://docs.doInfo.com/engine/install/linux-postinstall/#your-kernel-does-not-support-cgroup-swap-limit-capabilities")
|
||||
out.Infof("More information: https://docs.docker.com/engine/install/linux-postinstall/#your-kernel-does-not-support-cgroup-swap-limit-capabilities")
|
||||
}
|
||||
if !driver.HasResourceLimits(drvName) {
|
||||
out.WarningT("The '{{.name}}' driver does not respect the --memory flag", out.V{"name": drvName})
|
||||
|
|
Loading…
Reference in New Issue