From ede9884dd7f7a9c51ae7e604680c47fd56188a59 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Sat, 28 Jan 2023 23:24:12 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b46d92..dfa1cba 100644 --- a/README.md +++ b/README.md @@ -86,13 +86,18 @@ By default the jail will have full access to the host network. No further setup See [Advanced Networking](./NETWORKING.md) for more. +## Docker + +Jailmaker won't install Docker for you, but it can setup the jail with the capabilities required to run docker. You can manually install Docker inside the jail using the [official installation guide](https://docs.docker.com/engine/install/#server) or use [convenience script](https://get.docker.com). + ## Comparison -TODO: write comparison between systemd-nspawn (without jailmaker), LXC, VMs, docker (on the host). +TODO: write comparison between systemd-nspawn (without jailmaker), LXC, VMs, Docker (on the host). ## References - [systemd-nspawn](https://manpages.debian.org/bullseye/systemd-container/systemd-nspawn.1.en.html) - [machinectl](https://manpages.debian.org/bullseye/systemd-container/machinectl.1.en.html) - [systemd-run](https://manpages.debian.org/bullseye/systemd/systemd-run.1.en.html) -- [Run docker in systemd-nspawn](https://wiki.archlinux.org/title/systemd-nspawn#Run_docker_in_systemd-nspawn) \ No newline at end of file +- [Run docker in systemd-nspawn](https://wiki.archlinux.org/title/systemd-nspawn#Run_docker_in_systemd-nspawn) +- [The original Jailmaker gist](https://gist.github.com/Jip-Hop/4704ba4aa87c99f342b2846ed7885a5d) \ No newline at end of file