QEMU VMs based on Docker Images #875
Replies: 3 comments 7 replies
-
I finally took some time to test. This is really great to have the option to run lightweight VMs, they boot really quickly. I think we should add your appliances to the gns3-registry repo.
I may have missed something... what do you mean GNS3 doesn't offer the virtio-blk-device and virtio-net-device devices? How could GNS3 be extended to support these? |
Beta Was this translation helpful? Give feedback.
-
As Docker images are a good alternative, I abandon it. |
Beta Was this translation helpful? Give feedback.
-
While I like the simplicity and performance of Docker VMs, they have some drawbacks when used within GNS3:
Looking for a way to make QEMU VMs lighter and easier to setup, I found this article:
Execute Docker Containers as QEMU MicroVMs
That inspires me to create something similar. I created very small QEMU VMs based on Docker Images. For more information see https://github.com/b-ehlers/qemu-minivm (deleted). The project contains two ready-to-use appliances, just download them and import them into GNS3.
Here a short video using them. The main startup time is needed by the DHCP client, the system itself is ready in less than 2 seconds.
project.mp4
Beta Was this translation helpful? Give feedback.
All reactions