This project is a small starter pack for running a linux os from an docker image The data is persisted using docker volumes and the OS hard drive can be altered by editing Volume/ folder
Install an image of your linux based os
docker pull archlinux:latest
./init.sh archlinux:latest
use any docker image and make sure init.sh has execute permissions.
To use an OS other than arch linux,change the line in Makefile to your os-image
IMAGE=archlinux:latest
make run