rootlesskit
rootlesskit copied to clipboard
Linux-native "fake root" for implementing rootless containers
Is there a way to allow containers to access the LAN that the host is on? I've tried with specified bridge networks: ``` # wget http://192.168.0.1 Connecting to 192.168.0.1 (192.168.0.1:80)...
When I installed Rootless Docker on Debian 11 and tried to start it, the daemon did not start. I noticed from the journal log that the error occurs when Rootlesskit...
https://github.com/majek/slirpnetstack
Hi, Is there a reason that chmod on /proc does not work under rootless ? It works fine on standard Docker (i.e. non-privileged mode). We're using rootless to primarily disable...
https://github.com/containers/storage/pull/882/files I guess we want to have a optional helper binary rather than introducing a CGO dependency https://github.com/shadow-maint/shadow/pull/436
Hi, Please see the discussion here - https://github.com/moby/moby/issues/42910#issue-1016724099. With the help of one of the contributors, I was able to create a debian based rootless image. Everything seems ok, except...
I was trying to use docker rootless with rootlesskit and I identified why x509 certificates were not being loaded (and therefore not allowing me to pull docker images). The `rootlesskit`...
Hi, Until The glibc nss name service switch mechanism have support for managing subuid and subgid mappings, we're managing those files with symlinks to nfs shares. /etc/subuid -> /nfs/.../subuid /etc/subgid...
Hi, So, I know that rootless creates a new user namespace, but is there a way to share files between rootless containers and the outside system "while maintaining permissions" ?...
It might be useful to expand the `--copy-up` argument to accept syntax for remapping the source to a different destination. For instance, my particular use-case involves chrooting on entry, but...