42BV / docker-mkosi

mkosi - Create legacy-free OS images

Home Page:https://hub.docker.com/r/42bv/mkosi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Build Statu Docker Stars Docker Pulls

Docker - mkosi

mkosi - Create legacy-free OS images

A fancy wrapper around dnf --installroot, debootstrap, pacstrap and zypper that may generate disk images with a number of bells and whistles.

Project homepage: https://github.com/systemd/mkosi


Supported tags and Dockerfile

Pull

Get the latest version:

docker pull 42bv/mkosi:latest

Build

Clone the repository:

git clone git@github.com:42BV/docker-mkosi.git
cd docker-mkosi

Build the current Dockerfile and tag the image:

docker build -t mkosi .

Run

Must be run with the --privileged flag:

docker run --tty --interactive --privileged --name=mkosi 42bv/mkosi:latest

License

Released under the MIT license.