Show HN: Slim – Build and run tiny VMs from Dockerfiles
Provision a new instance of the given micro-vm image as a virtual machine (using virtualbox). VirtualBox will run the micro-vm instance as an attached iso loaded into a cdrom, and boot up the iso in seconds. For convenience, a ssh connection command is provided at the end of the command, allowing easy access into the machine: Example:
Unfortunately, due to the experimental nature, there are a few system dependencies you must also install:
To boot and run the image, you also need a hypervisor:
For kvm, you can install the following dependencies for ubuntu:
Source: github.com