From 8f5fe19722469e735fdc7175e2628addcf97833d Mon Sep 17 00:00:00 2001 From: Marcos Diez Date: Wed, 10 Apr 2019 15:24:04 -0300 Subject: [PATCH] politically correct comment --- cmd/minikube/cmd/start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/minikube/cmd/start.go b/cmd/minikube/cmd/start.go index 8430af4297..a329f8c2b4 100644 --- a/cmd/minikube/cmd/start.go +++ b/cmd/minikube/cmd/start.go @@ -175,7 +175,7 @@ func runStart(cmd *cobra.Command, args []string) { } if viper.GetString(vmDriver) == constants.DriverNone { - // Optimization: images will be persistently loaded into host Docker, so no need to duplicate work. + // Optimization: images will be persistently loaded into the host's container runtime, so no need to duplicate work. viper.Set(cacheImages, false) }