Christophe de Dinechin
Christophe de Dinechin
This behavior will "appear" when I get to implementing the undo stack and LastX. Until then, you are correct that the state of the stack in case of error is...
I don't think you can. You should have used Emacs, where it's simply Control-X Control-C (you may need to confirm if some off the processes associated with the nuke codes...
@adrecord I am restarting an effort in that direction. See following comments.
There are currently four approaches that have been or are being considered: 1. An "[OCI multiplexer](https://github.com/c3d/youki/tree/ociplex)" that would act as a gateway between standard [OCI command line](https://github.com/opencontainers/runc/tree/main/man) and the [shimv2...
# Approaches being considered ## OCI multiplexer The OCI multiplexer approach is intended to be totally independent of either `podman` or Kata. It takes OCI command-line options as input, and...
It looks like the code replaces an explicit default with "the first one". If so, 1. The commit message should change accordingly 2. The documentation probably needs updating. That being...
I am currently working on tracing in `ociplex`. I think that a lot of that could be shared with `youki` as well. It seems to me like the various logging...
@adrianreber For context, this is part of the work I am doing on `ociplex`, and attempt to restore `podman` compatibility for Kata Containers using Youki as an in-between, see https://github.com/c3d/youki/tree/ociplex.
> Not sure this is a good idea. Podman tries to figure out certain features of crun and runc by parsing the help output. The expectation is, that if it...
@adrianreber OK, I understand your constraints. In any case, the changes in this PR are not for immediate consumption. It's more "If you need to implement this or that option,...