Sign inSign up

jbbgameich/debos-docker

By jbbgameich

Updated over 7 years ago

Docker image for debos based on debian testing

Image
0

5.8K

jbbgameich/debos-docker repository overview

Prerequisites

  • 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

Pull Docker image

docker pull jbbgameich/debos-docker

Running

./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

Build Docker image

For development purposes only. Pull from dockerhub otherwise.

./build.sh

Release image to dockerhub

./release.sh VERSION_BUMP

VERSION_BUMP can be: major, minor, patch

Tag summary

Content type

Image

Digest

Size

250.4 MB

Last updated

over 7 years ago

docker pull jbbgameich/debos-docker