krauq
Results
1
comments of
krauq
I'm using Ubuntu 24.04 so I also ran into the above issue (write_uid_map). The following fixes it: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 docker restart open-webui To make permanent: echo "kernel.apparmor_restrict_unprivileged_userns=0" |...