Y
Hacker News
new
|
ask
|
show
|
jobs
by
soupbowl
216 days ago
This is more like making an immutable linux container using only OS base tools. Docker is a whole stack doing the work for you.
1 comments
miladyincontrol
215 days ago
I have to imagine systemd’s nspawn with btrfs integration took much inspiration. Combined with systemd’s service configuration it really makes a wonderful way of running distroless, immutable containers.
link
arminiusreturns
215 days ago
I second systemd-nspawn being a hidden gem for this usecase. I use git post-recieve hooks that target it for much of my ci/cd pipelines.
I also find myself using nspawn just to isolate apps like firefox, etc.
link