Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 307 Bytes

docker2vm

This application takes a docker image and converts it into a VM image (an ext4 block device file).

Installation instructions

  • Build it with make build
  • Install it with make install or by installing the created .deb file with dpkg -i

For usage instructions, run docker2vm -h