Update rootless_podman_in_rootless_jail.md
This commit is contained in:
parent
93190d453f
commit
fd1617d140
|
@ -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:
|
Then inside the jail start the network services (wait to get IP address via DHCP) and install podman:
|
||||||
```bash
|
```bash
|
||||||
systemctl enable systemd-networkd
|
# systemd-networkd should already be enabled when using jlmkr.py from the develop branch
|
||||||
systemctl start systemd-networkd
|
systemctl --now enable systemd-networkd
|
||||||
|
|
||||||
# Add the required capabilities to the `newuidmap` and `newgidmap` binaries.
|
# Add the required capabilities to the `newuidmap` and `newgidmap` binaries.
|
||||||
# https://github.com/containers/podman/issues/2788#issuecomment-1016301663
|
# https://github.com/containers/podman/issues/2788#issuecomment-1016301663
|
||||||
|
|
Loading…
Reference in New Issue