Skip to content

3mdeb/debos-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 3mdeb/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