Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(podman): Fix broken links and add version hints #2429

Merged
merged 2 commits into from
Feb 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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