From cec31055a5795f4b1d5aa1570de18f0eef5bc89d Mon Sep 17 00:00:00 2001 From: Michael Hierweck Date: Tue, 2 Jan 2024 12:20:19 +0100 Subject: [PATCH] Add information related to Podman storage to README. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1106e9da..73c9e84d 100644 --- a/README.md +++ b/README.md @@ -576,7 +576,16 @@ Summary for Debian-based Linux systems: sudo apt-get -y install podman ``` -2Then start it like this: +It is possible to move the storage directory to /tmp, e.g. to increase performance or to avoid issues with NFS mounted home directories: + +```shell +cat .config/containers/storage.conf +[storage] +driver = "vfs" +graphRoot = "/tmp/containers/storage" +``` + +2. Then start it like this: ```shell systemctl --user enable --now podman.socket