diff options
Diffstat (limited to 'content/posts/abusing-systemd-nspawn-with-nested-containers.md')
-rw-r--r-- | content/posts/abusing-systemd-nspawn-with-nested-containers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/abusing-systemd-nspawn-with-nested-containers.md b/content/posts/abusing-systemd-nspawn-with-nested-containers.md index c82b35b..cdf6b8d 100644 --- a/content/posts/abusing-systemd-nspawn-with-nested-containers.md +++ b/content/posts/abusing-systemd-nspawn-with-nested-containers.md @@ -7,7 +7,7 @@ tags: ["linux", "containers", "systemd"] --- -systemd-nspawn is some pretty insane stuff that you probably already have installed on your computer. Today's mission to wreck havoc will be to replicate an old project I did a few years ago, [Arch All the Way Down](https://git.exozy.me/a/Arch-All-the-Way-Down), but using some real power tools. I was able to achieve 4 nested containers with Docker and my old laptop. It shouldn't be too hard to improve that! +systemd-nspawn is some pretty insane stuff that you probably already have installed on your computer. Today's mission to wreck havoc will be to replicate an old project I did a few years ago, [Arch All the Way Down](https://git.unnamed.website/arch-all-the-way-down), but using some real power tools. I was able to achieve 4 nested containers with Docker and my old laptop. It shouldn't be too hard to improve that! There's a really [cool trick you can do with systemd-nspawn](https://0pointer.net/blog/running-an-container-off-the-host-usr.html) where you can almost instantly create a container based on your existing root directory: ```bash |