https://github.com/42bv/docker-mkosi
mkosi - Create legacy-free OS images
https://github.com/42bv/docker-mkosi
archlinux base-image debian dockerfile fedora linux mkosi operating-systems ubuntu
Last synced: 4 months ago
JSON representation
mkosi - Create legacy-free OS images
- Host: GitHub
- URL: https://github.com/42bv/docker-mkosi
- Owner: 42BV
- License: mit
- Created: 2017-08-28T11:09:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T12:51:10.000Z (almost 5 years ago)
- Last Synced: 2024-12-26T21:08:14.234Z (6 months ago)
- Topics: archlinux, base-image, debian, dockerfile, fedora, linux, mkosi, operating-systems, ubuntu
- Homepage: https://hub.docker.com/r/42bv/mkosi
- Size: 60.5 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://hub.docker.com/r/42bv/mkosi/builds/)  [](https://hub.docker.com/r/42bv/mkosi/)
[](https://github.com/systemd/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
- `latest` [(Dockerfile)](https://github.com/42BV/docker-mkosi/blob/master/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](https://github.com/42BV/docker-mkosi/blob/master/LICENSE.md).