File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -583,9 +583,12 @@ var stateProblems = map[string]match{
583
583
var dockerProblems = map [string ]match {
584
584
"NO_SPACE_ON_DEVICE" : {
585
585
Regexp : re (`.*docker.*No space left on device.*` ),
586
- Advice : `Run 'docker system prune' to free up space on the device, or increase amount of memory allocated to Docker for Desktop via
587
-
588
- Docker icon > Settings > Resources > Disk Image Size
586
+ Advice : `Try at least one of the following to free up space on the device:
587
+
588
+ 1. Run "docker system prune" to remove unused docker data
589
+ 2. Increase the amount of memory allocated to Docker for Desktop via
590
+ Docker icon > Preferences > Resources > Disk Image Size
591
+ 3. Run "minikube ssh -- docker system prune" if using the docker container runtime
589
592
` ,
590
593
Issues : []int {9024 },
591
594
},
You can’t perform that action at this time.
0 commit comments