mirror of
https://github.com/linka-cloud/d2vm.git
synced 2025-12-03 09:33:12 +00:00
build and convert implementations
centos: WIP Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user