Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.27 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.27 KB

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 [email protected]: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.