2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-30 18:29:51 +00:00
d2vm/README.md
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

21 lines
386 B
Markdown

# 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:
```bash
docker run --rm -i -t \
--privileged \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(pwd):/build \
-w /build \
linkacloud/d2vm bash
```