-
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
-
My native `unshare` works:
```
$ unshare -U echo hi
hi
$ echo $?
0
```
But the AppImage doesn't:
```
$ ./bundle util-linux /bin/unshare
$ ./unshare-x86_64.AppImage -U echo hi
unshare-x86_64…
-
**描述问题**
openwrt docker安装至最后出现“docker: failed to register layer: operation not supported”,安装失败
```
A clear and concise description of what the bug is.
```
**重现步骤**
拉取镜像至最后出现“docker: failed to …
-
**Host system details**: Silverblue 31
```
rpm-ostree status
State: idle
AutomaticUpdates: disabled
Deployments:
ostree://fedora:fedora/31/x86_64/silverblue
Version: 31.20…
-
Now that we have access to squashfuse and fuse-overlayfs, oci mount should be able to be done unprivileged.
I think mostly what it will take is to port the imageDriver hooks from the apptainer engi…
-
Having read about different ways of operating podman in various environments, it certainly feels like getting this CSI project to work with podman in unprivileged container in kubernetes would be a ve…
-
```
$ ENROOT_TEMP_PATH=/mnt XDG_DATA_HOME=/mnt/ XDG_CONFIG_DIR=/mnt enroot import docker://ubuntu
[INFO] Querying registry for permission grant
[INFO] Authenticating with user:
[INFO] Authenticat…
-
### Description
Currently `CONTAINERD_SNAPSHOTTER` is set to `fuse-overlayfs` and this value cannot be overriden. Neither by adding `CONTAINERD_SNAPSHOTTER: stargz` to the `env:` section in `~/.lima/…
-
### Issue Description
Hi ,
I have been trying to set up shared location for storing container images. So that, all users on system can leverage these images to create containers rather than pull…
-
Context: trying to remaster an ISO by just fuse-mounting and modifying the overlay to generate a new ISO, without doing useless file copies. `fuseiso` gives me a filesystem where all files appear as …