Docker image for debos based on debian testing
5.8K
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 jbbgameich/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
Content type
Image
Digest
Size
250.4 MB
Last updated
over 7 years ago
docker pull jbbgameich/debos-docker