crun
crun copied to clipboard
A fast and lightweight fully featured OCI runtime and C library for running containers
This is the same issue than https://github.com/checkpoint-restore/criu/issues/2170. I'm opening it here on the advice of @adrianreber who thinks this issue is related to the Wasm implementation in crun and not...
``` $ sudo bin/podman run -d --name test --uidmap 0:0:1000 quay.io/libpod/testimage:20221018 top fcfc957177dec9a4ae308ad79713bb2a1b5598af76f1d128b24b576ad0a90021 $ sudo bin/podman container checkpoint test 2023-05-08T12:49:06.173711Z: CRIU checkpointing failed -52. Please check CRIU logfile /var/lib/containers/storage/overlay-containers/fcfc957177dec9a4ae308ad79713bb2a1b5598af76f1d128b24b576ad0a90021/userdata/dump.log Error:...
opening an issue to make clear the idea of deprecating support for cgroup v1, and eventually dropping it. cgroup v2 has been available for many years now, it is more...
$ podman run --privileged --runtime=krun alpine echo hi Error: krun: failed configuring mounts for handler at phase: HANDLER_CONFIGURE_AFTER_MOUNTS: No such file or directory: OCI runtime attempted to invoke a command...
I'm using crun from Julia, where I'm always just calling the `crun` binary. As there is a build option for `libcrun`, I wanted to try that out, but after building...
Experimenting with memory limits: ```json "linux": { "resources": { "memory": { "limit": 1048576 } }, ``` ``` ❯ ./crun --systemd-cgroup run test KILLED ❯ ./crun --systemd-cgroup run test 2022-12-08T12:52:33.057298Z: sd-bus...
As an FYI I've been experimenting with wasm support via Node.js in a similar manner to how it is provided with wasmtime, wasmedge etc. My experiement is here: https://github.com/mhdawson/crun/tree/node-wasm-experiment An...
The README [currently states that][readme-lib] > crun aims to be also usable as a library that can be easily included in programs without requiring an external process for managing OCI...
Hi, There seems to be an issue in Debian caused by missing crun-wasm. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070727 . We are trying to figure out how to move forward with this. Can someone...
The `copr_project` macro doesn't seem to work anymore given that recent crun builds on podman-next COPR didn't mention the epoch. Fix this by switching to `copr_username` instead as that's what...