rootlesskit
rootlesskit copied to clipboard
Linux-native "fake root" for implementing rootless containers
Hi, I'm using rootless docker for use Docker in Docker (DinD). I need a hand with an error like the titile. ## What happened? We are using the following Dockerfile...
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.4.0 to 1.4.1. Commits 8fc26ce Merge pull request #991 from containernetworking/dependabot/docker/dot-github... c8d165d Merge branch 'main' into dependabot/docker/dot-github/actions/retest-action/a... 1b58119 Merge pull request #1010 from containernetworking/dependabot/github_actions/a... 8a3014f build(deps): bump...
Awesome project :) I'm trying to use rootlesskit directly, since I want isolation without necessarily image management, etc. I'm trying to run it *inside* a docker container, with this `Dockerfile`:...
Is it possible to run podman inside rootlesskit shell? A simple test fails to work: ``` ❯ rootlesskit bash # podman run -it --rm hello-world Error: netavark: setns: IO error:...
To be honest I'm even not sure whether this issue is directly related to the rootlesskit or maybe containerd or docker itself but if it isn't please let me know...
# problem Docker suddenly crashed and cannot start , ``` journalctl --since "14:04" ``` found ``` Jul 28 14:04:57 ip-1 dockerd-rootless.sh[4576]: panic: could not exchange DHCP with eth0: timed out...
Hello, I trying rootless for docker but I can't find solution to share a network between 2 rootless instances. I have a machine with some users. Each users have a...
I'm having issue with running Chromium as user in RootlessKit's namespace. Or should I say nested namespace, because I'm creating netns within it. \ Chromium doesn't like to be run...
A podman user reported that a server hangs when receiving oob data. https://github.com/containers/podman/issues/18161 It works as root and via slirp4netns port handler. I suspect that this is simply not implemented...
HI, i am running a pod as non root user and trying to run docker inside it and getting below error . could you pls help. ``` apiVersion: apps/v1 kind:...