minimal enough container build for bip IRC bouncer
This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Vincent Batts e41a2e81ae
an attempt at a bip container build
```shell
sudo mkosi -d fedora --hostname image
sudo systemd-nspawn \
	--bind-ro=/etc/passwd \
	--bind-ro=/etc/shadow \
	--bind-ro=/etc/group \
	--bind=/home \
	-i $(pwd)/image.raw \
	-u $(id -u) \
	-a
```

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-11 13:55:49 -04:00
mkosi.cache an attempt at a bip container build 2018-10-11 13:55:49 -04:00
mkosi.default an attempt at a bip container build 2018-10-11 13:55:49 -04:00