From fd1617d1403324d4a1868ea7b101f11b357be847 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Sun, 21 Jan 2024 18:11:09 +0100 Subject: [PATCH] Update rootless_podman_in_rootless_jail.md --- docs/rootless_podman_in_rootless_jail.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rootless_podman_in_rootless_jail.md b/docs/rootless_podman_in_rootless_jail.md index 72ad19b..9ff804b 100644 --- a/docs/rootless_podman_in_rootless_jail.md +++ b/docs/rootless_podman_in_rootless_jail.md @@ -30,8 +30,8 @@ Start the jail with `jlmkr start rootless` and open a shell session inside the j Then inside the jail start the network services (wait to get IP address via DHCP) and install podman: ```bash -systemctl enable systemd-networkd -systemctl start systemd-networkd +# systemd-networkd should already be enabled when using jlmkr.py from the develop branch +systemctl --now enable systemd-networkd # Add the required capabilities to the `newuidmap` and `newgidmap` binaries. # https://github.com/containers/podman/issues/2788#issuecomment-1016301663