This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git
The following commit(s) were added to refs/heads/master by this push: new 8e4d5c2 Improved: Cleaning Docker disk space on demo VM 8e4d5c2 is described below commit 8e4d5c21b7752c399082e3ff5c6447e58731c4f8 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Jul 21 11:33:15 2023 +0200 Improved: Cleaning Docker disk space on demo VM Every now then you need to clean the Docker disk space. Here is Daniel's solution https://lists.apache.org/thread/kwx91vpphrlx754pg2yyw747dz3whrjc --- demo-backup/ofbizdocker/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/demo-backup/ofbizdocker/README.md b/demo-backup/ofbizdocker/README.md index 3c042e2..5012974 100644 --- a/demo-backup/ofbizdocker/README.md +++ b/demo-backup/ofbizdocker/README.md @@ -43,3 +43,9 @@ If in use, the `exp1` application listens on AJP port 38009, the `exp2` applicat The docker daemon on ofbiz-vm1.apache.org has been configured to use default user namespace remapping. This means that the UIDs of processes running within containers are mapped to a range of 'high' non-existing UIDs on the host system. Since the UIDs are non-existant, processes with those UIDs will have no priviledges on the host system. See the `dockremap` entry in file /etc/subuid to see the range of UIDs that will be used for remapping. + +## Cleaning Docker disk space + +Every now then you need to clean the Docker disk space. [Here is a solution](https://lists.apache.org/thread/kwx91vpphrlx754pg2yyw747dz3whrjc "Daniel's solution") + +At the bottom Daniel suggests to create a CRON job for that... \ No newline at end of file