-
Would be nice to have the kernel and userspace support needed, for running checkpoint/restore [CRIU](https://criu.org/)
https://criu.org/Linux_kernel
* `CONFIG_CHECKPOINT_RESTORE=y`
https://c…
-
**Is this a BUG REPORT or FEATURE REQUEST?**
/kind bug
**Description**
If I generate a systemd .service file for a pod, when I create the pod
before the containers creation, then systemd fai…
-
Hi, @jagalactic
Now, file directory creation, file creation, file copy and other related operations in the famfs file system directory need to be completed with the famfs command. The reason is th…
-
Currently I work on support for `sysbox-runc` in [x11docker](https://github.com/mviereck/x11docker) that allows to run GUI applications in container.
After installing the sysbox debian package, I f…
-
### Issue Description
Passing `--platform=linux/amd64` on linux/amd64 machine makes `podman run` significantly slower.
See also #12682 & #14197.
See the outputs below:
```sh
# First run t…
-
libfuse 3.2.6
fuse-overlayfs 1.8.2 prebuilt x86_64
amazonlinux2
I have been trying to use fuse-overlayfs to merge two goofys s3 folders.
I succeeded using migratefs (a fork of fuse-overlayfs) …
-
### Rationale
I have a script that runs this:
```
for hash in [list of hashes]; do
spack buildcache create --allow-root --force --unsigned --only=package --mirror-name local_directory_somewh…
-
### Description
According to the `Disabling OOMs` section of https://github.com/opencontainers/runtime-spec/issues/1005, it seems that to implement `--oom-kill-disable` on a host that uses cgroupv2, …
-
### Describe the bug
It is not possible to build the image with podman
### Che version
next (development version)
### Steps to reproduce
- Create a workspace with https://github.com/dev…
-
I'm trying to build an image with buildkit through docker-rootless-buildx.
## To reproduce
Create `Dockerfile`:
`FROM sratch
COPY Dockerfile /`
Create `builder` (as basic as this just to show…