Skip to content

42BV/docker-mkosi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.