Update rootless_podman_in_rootless_jail.md

This commit is contained in:
Jip-Hop 2024-01-21 18:11:09 +01:00
parent 93190d453f
commit fd1617d140
1 changed files with 2 additions and 2 deletions

View File

@ -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