|
|
|
|
|
by sneak
1313 days ago
|
|
AFAIK you can use the libvirt provider for Vagrant that will use qemu VMs (via libvirtd management) from the standard Vagrant workflow, presumably solving the performance problems he mentioned. TBH I miss Vagrant. I wish there were a Dockerfile, but for VMs. |
|
I'm currently working on a wrapper for QEMU that has docker-like semantics for pull/run/start/stop/exec/etc, but it will pull docker images from docker registries and convert them to qcow2 for you and run them in QEMU. It works on Linux and Windows and should run on MacOS and BSD eventually.
[0]: https://github.com/ForAllSecure/rootfs_builder
EDIT: Also see https://iximiuz.com/en/posts/from-docker-container-to-bootab...