newsnowlabs / runcvm

RunCVM (Run Container VM) is an experimental open-source Docker container runtime, for launching standard container workloads - as well as Systemd, Docker, even OpenWrt - in VMs using 'docker run`
Apache License 2.0
72 stars 4 forks source link

Support Ubuntu/Debian docker.io Docker package #20

Open struanb opened 3 months ago

struanb commented 3 months ago

The Ubuntu/Debian docker.io Docker package has runc installed in a different location to that in Docker's docker-ce package, against which RunCVM was developed.

This results in a failure to invoke runc.

Patch the RunCVM runtime to determine the correct installed location of runc before invoking it at that location.