rootlesskit icon indicating copy to clipboard operation
rootlesskit copied to clipboard

Linux-native "fake root" for implementing rootless containers

Results 62 rootlesskit issues
Sort by recently updated
recently updated
newest added

By vendoring go dependencies using https://go.dev/ref/mod#vendoring it makes it much easier to build rootlesskit in a repeatable and even offline way. Fixes: #504

I've attempted to run `rootlesskit bash`, but I encountered the following error message: ``` [rootlesskit:parent] error: failed to setup UID/GID map: newuidmap 41685 [0 1001 1 1 1001 1 2...

bug