docs(podman): Fix broken links (#2429)

This commit is contained in:
Philipp Fruck 2022-02-21 22:12:09 +01:00 committed by GitHub
parent 6d6a3de47b
commit 83231da555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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