Skip to content

Commit

Permalink
Readme: add networking hint when running with Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed May 14, 2024
1 parent 9657e13 commit b9b9944
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ To do so you should:
- `systemctl --user start podman.service` to start the rootless API daemon (can also be enabled).
- `DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock BUILDAH_FORMAT=docker COMPLEMENT_HOSTNAME_RUNNING_COMPLEMENT=host.containers.internal ...`

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`:

```
default_rootless_network_cmd = "slirp4netns"
```

Docker image format is needed because OCI format doesn't support the HEALTHCHECK directive unfortunately.

### Running against Dendrite
Expand Down

0 comments on commit b9b9944

Please sign in to comment.