Skip to content

Commit

Permalink
docs(podman): Fix broken links (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fruck committed Feb 21, 2022
1 parent 6d6a3de commit 83231da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/content/config/advanced/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 83231da

Please sign in to comment.