For
which ATM uses docker to run OCI images, we would want to add support and config variable such as
[datalad "containers-run"]
oci-runtime = apptainer
which would default to auto which would try apptainer, singularity, podman ... whatever we support in some order
note: I use containers-run since we use containers. as prefix for containers registry already, and ideally should not interfere
For
which ATM uses docker to run OCI images, we would want to add support and config variable such as
which would default to
autowhich would tryapptainer,singularity,podman... whatever we support in some ordernote: I use
containers-runsince we usecontainers.as prefix for containers registry already, and ideally should not interfere