From c952e1ac7d5e7bf3bda0c6517d9aae23cfb66e59 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Sun, 21 Jan 2024 15:51:53 +0100 Subject: [PATCH] Remove unnecessary step --- docs/rootless_podman_in_rootless_jail.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/rootless_podman_in_rootless_jail.md b/docs/rootless_podman_in_rootless_jail.md index deb88be..72ad19b 100644 --- a/docs/rootless_podman_in_rootless_jail.md +++ b/docs/rootless_podman_in_rootless_jail.md @@ -26,15 +26,6 @@ The flags look like this now: systemd_nspawn_user_args=--network-bridge=br1 --resolv-conf=bind-host --system-call-filter='add_key keyctl bpf' --private-users=524288:131072 ``` -For some reason the network inside the jail doesn't come up by default. Correct this manually. - -Run the following from the TrueNAS host, from inside your jailmaker directory. - -```bash -nano jails/rootless/rootfs/lib/systemd/network/80-container-host0.network -# Manually set LinkLocalAddressing=yes to LinkLocalAddressing=ipv6 -``` - Start the jail with `jlmkr start rootless` and open a shell session inside the jail (as the remapped root user) with `jlmkr shell rootless`. Then inside the jail start the network services (wait to get IP address via DHCP) and install podman: