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

Add support for multiple network interfaces #5

Closed struanb closed 9 months ago

struanb commented 1 year ago

Docker allows multiple network interfaces to be added to a container using docker network connect. Arrange for these to be reproduced in the VM, at least in the case where the container/VM is being started.

struanb commented 9 months ago

Closed by https://github.com/newsnowlabs/runcvm/commit/a3ef555ede0441509dfb6870c4edfb397f6a3a52 (release v1.1.0).