Skip to content

Commit 4e638a1

Browse files
author
Priya Wadhwa
committed
include tip about pruning via minikube ssh
1 parent 704a2a7 commit 4e638a1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkg/minikube/problem/err_map.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,12 @@ var stateProblems = map[string]match{
583583
var dockerProblems = map[string]match{
584584
"NO_SPACE_ON_DEVICE": {
585585
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
589592
`,
590593
Issues: []int{9024},
591594
},

0 commit comments

Comments
 (0)