-
### Description
### The problem:
Running `dockerd-rootless.sh` (in an HPC environment) with the .docker directory on the Lustre filesystem results in:
```
$ ./docker pull ubuntu:22.04
22.04: Pu…
-
Writing to the host filesystem fails unless the container is run with root privileges.
**Steps to Reproduce:**
1. Set up rootless Docker environment (dockerd-rootless-setuptool.sh install)
2. S…
-
I'm using docker in the rootless mode as described by method [here](https://docs.docker.com/engine/security/rootless/). When I tried to run redroid with following steps:
```bash
sudo modprobe bind…
-
### Description
I am having trouble getting the rootless docker install to work. I have a specific user that i need to run gitea as. However it is seemingly not possible.
My environment:
Ubuntu…
-
Hi,
I am running docker in docker rootless (dind-rootless) on kubernetes cluster (eks cluster with containerd as container runtime).
everything is working on dind, but when migrating to dind-rootl…
Rez0k updated
2 months ago
-
This image doesnt seem to be well maintained.
The `19` version apparently doesnt work at all and they dont seem to have any CI to indicate this.
The 20 version afaict uses vfs which is very sub…
phlax updated
3 years ago
-
## Description
Currently we are shipping by default in the module scripts tuned for Amazon Linux and with some extra configuration Ubuntu can be used. But since GitHub is standard relying on Ubuntu…
-
Hi.
When following the setup instructions for Linux I run into the following issue:
```
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to re…
-
Problem:
Cannot connect to the Docker daemon at unix:///run/user/1000/docker.sock. Is the docker daemon running?
Here's what I've done and wanting a solution:
1. Created a user 'docker' on my Cen…
-
**Description**
I am trying to use user namespaces in conjunction with rootless mode. I want my (non-root) user inside the container to be able to write to some volumes on the host. The directories…