politically correct comment

pull/4059/head
Marcos Diez 2019-04-10 15:24:04 -03:00
parent 2a826b14df
commit 8f5fe19722
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}