-
enabled virtualization:
-
check if you have
kvm
device node:ls /dev/kvm
If not, enable virtualization in BIOS and check again.
-
add your user to kvm group:
usermod -a -G kvm <your-user-name>
Visit linux-kvm FAQ for more informations.
-
-
binfmt_misc
module loaded on the host machine:
modprobe binfmt_misc
docker pull 3mdeb/debos-docker
./run.sh DEBOS_PARAMETERS
Visit debos repo for tool usage
For easy access from any directory:
ln -s $(readlink -f run.sh) ~/bin/debos-docker
debos-docker DEBOS_PARAMETERS
For development purposes only. Pull from dockerhub otherwise.
./build.sh
./release.sh VERSION_BUMP
VERSION_BUMP
can be: major
, minor
, patch