Alternatively, you can specify the full command line flags as follows: ```bash containerd-rootless.sh --config /path/to/config.toml containerd-rootless-setuptool.sh nsenter -- buildkitd --oci-worker=false --containerd-worker=true ```
### Debian GNU/Linux 10 Add `kernel.unprivileged_userns_clone=1` to `/etc/sysctl.conf` (or `/etc/sysctl.d`) and run `sudo sysctl -p`. This step is not needed for Debian GNU/Linux 11 and later. ### RHEL/CentOS 7 Add `user.max_user_namespaces=28633` to `/etc/sysctl.conf` (or `/etc/sysctl.d`) and run `sudo sysctl -p`. This step is not needed for RHEL/CentOS 8 and later. ### Fedora, before kernel 5.13 You may have to disable SELinux, or run BuildKit with `--oci-worker-snapshotter=fuse-overlayfs`.