Skip to content

Commit 8587fb3

Browse files
authored
Readme: add networking hint when running with Podman (#724)
1 parent 9657e13 commit 8587fb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ To do so you should:
6363
- `systemctl --user start podman.service` to start the rootless API daemon (can also be enabled).
6464
- `DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock BUILDAH_FORMAT=docker COMPLEMENT_HOSTNAME_RUNNING_COMPLEMENT=host.containers.internal ...`
6565

66+
If all the networking tests don't seem to pass, it might be because the default rootless network command `pasta` doesn't work in recent versions of Podman (see [this issue](https://github.com/containers/podman/issues/22653)). If that happens to you, consider changing it in Podman's configuration file located at `/etc/containers/containers.conf`:
67+
68+
```
69+
default_rootless_network_cmd = "slirp4netns"
70+
```
71+
6672
Docker image format is needed because OCI format doesn't support the HEALTHCHECK directive unfortunately.
6773

6874
### Running against Dendrite

0 commit comments

Comments
 (0)