Build Virtual Machine Image from Dockerfile or Docker image
Go to file
Adphi c2f6e4ae5d
build and convert implementations
centos: WIP

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
2022-04-19 14:01:08 +02:00
cmd/d2vm build and convert implementations 2022-04-19 14:01:08 +02:00
examples build and convert implementations 2022-04-19 14:01:08 +02:00
pkg build and convert implementations 2022-04-19 14:01:08 +02:00
templates build and convert implementations 2022-04-19 14:01:08 +02:00
.dockerignore build and convert implementations 2022-04-19 14:01:08 +02:00
.gitignore build and convert implementations 2022-04-19 14:01:08 +02:00
Dockerfile build and convert implementations 2022-04-19 14:01:08 +02:00
LICENCE build and convert implementations 2022-04-19 14:01:08 +02:00
Makefile build and convert implementations 2022-04-19 14:01:08 +02:00
README.md build and convert implementations 2022-04-19 14:01:08 +02:00
builder.go build and convert implementations 2022-04-19 14:01:08 +02:00
convert.go build and convert implementations 2022-04-19 14:01:08 +02:00
docker_image.go build and convert implementations 2022-04-19 14:01:08 +02:00
dockerfile.go build and convert implementations 2022-04-19 14:01:08 +02:00
go.mod build and convert implementations 2022-04-19 14:01:08 +02:00
go.sum build and convert implementations 2022-04-19 14:01:08 +02:00
os_release.go build and convert implementations 2022-04-19 14:01:08 +02:00
qemu.sh build and convert implementations 2022-04-19 14:01:08 +02:00

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