2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-01-29 22:05:50 +00:00
Adphi c240aac13d
builder: check dependencies
qemu.sh: fix kvm flag

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
2022-04-19 14:17:30 +02:00
2022-04-19 14:07:13 +02:00
2022-04-19 14:01:08 +02:00
2022-04-19 14:01:08 +02:00
2022-04-19 14:17:30 +02:00
2022-04-19 14:01:08 +02:00
2022-04-19 14:01:08 +02:00
2022-04-19 14:01:08 +02:00
2022-04-19 14:01:08 +02:00
2022-04-19 14:01:08 +02:00
2022-04-19 14:07:13 +02:00
2022-04-19 14:17:30 +02:00
2022-04-19 14:01:08 +02:00

d2vm

Build virtual machine image from Docker images

Status: alpha

Supported Environments:

Only Linux is supported.

If you want to run it on OSX or Windows (untested) you can use Docker for it:

docker run --rm -i -t \
    --privileged \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v $(pwd):/build \
    -w /build \
    linkacloud/d2vm bash
Description
Build Virtual Machine Image from Dockerfile or Docker image
Readme 29 MiB
Languages
Go 85.4%
Shell 6.3%
Dockerfile 5.1%
Makefile 3.2%