You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ZRam (highly recommended): [Debian](https://wiki.debian.org/ZRam), [Fedora](https://github.com/systemd/zram-generator), [Ubuntu, Arch and others](https://wiki.archlinux.org/title/Zram)
21
19
22
20
23
-
### Setting up permissions
24
-
25
-
First we need to find the UID, that is used for Docker/Podman.
26
-
For Debian, Ubuntu and Gentoo this seems to be 100999 and on Fedora 52587,
27
-
which should be $subUID+$containerUID-1 according to the [docker forums](https://forums.docker.com/t/map-more-uid-on-rootless-docker-and-mount-volume/102928/8).
28
-
29
-
30
21
We need to manually create the required folders for the respective volumes
0 commit comments