Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gvisor-tap service by using nmcli and binary from container image
This patch do following - Create a tap device using nmcli with a hard coded mac address, this mac address is mapped in the crc daemon lease which provide `192.168.127.2` IP address to the VM. - copy the `vm` binary from container image and put it to /usr/local/bin - modify gvisor-tap-vsock service to use the `vm` binary instead running the container using podman
- Loading branch information