From 83231da555deed6cb1b79bde7321e618b1a7a06b Mon Sep 17 00:00:00 2001 From: Philipp Fruck Date: Mon, 21 Feb 2022 22:12:09 +0100 Subject: [PATCH] docs(podman): Fix broken links (#2429) --- docs/content/config/advanced/podman.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/content/config/advanced/podman.md b/docs/content/config/advanced/podman.md index ec657807..22f7122e 100644 --- a/docs/content/config/advanced/podman.md +++ b/docs/content/config/advanced/podman.md @@ -128,7 +128,7 @@ You must also add the ENV `NETWORK_INTERFACE=tap0`, because Podman uses a [hard- !!! note - `podman-compose` is not compatible with configuration. + `podman-compose` is not compatible with this configuration. ### Self-start in Rootless Mode @@ -170,3 +170,6 @@ firewall-cmd --reload ``` Just map all the privilege port with non-privilege port you set in docker-compose.yml before as root user. + +[rootless::podman]: https://github.com/containers/podman/blob/v3.4.1/docs/source/markdown/podman-run.1.md#--networkmode---net +[rootless::podman::interface]: https://github.com/containers/podman/blob/v3.4.1/libpod/networking_slirp4netns.go#L264