Compare commits

..

No commits in common. "5f9a6d53d89a2c1bc0ab92dd5aae19e8b7cbe765" and "3d77dcc2ce8ea87c4de48822efc1431468bd2422" have entirely different histories.

View File

@ -616,16 +616,7 @@ Summary for Debian-based Linux systems:
sudo apt-get -y install podman
```
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:
Then start it like this:
```shell
systemctl --user enable --now podman.socket