Skip to content

Commit

Permalink
enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Dec 1, 2023
1 parent 7cbed41 commit 9946d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ Error { code: "XMinioStorageFull", message: "Storage backend has reached its min
```

Solution:
This usually happens on MacOS with Docker Desktop. The Docker Deskup runs in macOS Hypervisor. All the data, including logs, images, volumes, and so on, for docker on Mac is stored in this hypervisor. So when this message emerges, simply cleaning up the unused container or image in the hypervisor can help mitigate. You can also increase capacity by clicking the Docker Desktop icon in the menu bar, then clicking Preferences > Resources > `Increase Disk image size`.
This usually happens on MacOS with Docker Desktop. The Docker Deskup runs in the macOS Hypervisor. All the data, including logs, images, volumes, and so on, is stored in this hypervisor and the hypervisor has a default disk capacity limit. So when this message emerges, simply cleaning up the unused container or image can help mitigate. You can also increase capacity limit by clicking the Docker Desktop icon in the menu bar, then clicking Preferences > Resources > `Increase Disk image size`.

0 comments on commit 9946d53

Please sign in to comment.