twelho / docker2vm

Script to create an ext4 block device file from a Docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Script to create an ext4 block device file from a Docker image

License:MIT License


Languages

Language:Shell 92.3%Language:Makefile 7.7%