mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-25 09:06:24 +00:00
Build Virtual Machine Image from Dockerfile or Docker image
|
||
---|---|---|
cmd/d2vm | ||
examples | ||
pkg | ||
templates | ||
.dockerignore | ||
.gitignore | ||
builder.go | ||
convert.go | ||
docker_image.go | ||
Dockerfile | ||
dockerfile.go | ||
go.mod | ||
go.sum | ||
LICENCE | ||
Makefile | ||
os_release.go | ||
qemu.sh | ||
README.md |
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