Skip to content

Commit

Permalink
(chore) docs: remove suggestion to use docker-compose provider for po…
Browse files Browse the repository at this point in the history
…dman as not necessary

Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Nov 1, 2024
1 parent 13d381f commit 0622035
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ use the profile `infra`, e.g.:
```shell
docker compose --profile infra up -d
```
### podman compose

Podman supports multiple [providers](https://docs.podman.io/en/latest/markdown/podman-compose.1.html), specifically `docker-compose` and `podman-compose`.

For the bee framework the `docker-compose` provider is required. This will need to be installed`

### Connecting to host resources

There are many networking options in both [Podman](https://github.com/containers/podman/blob/main/docs/tutorials/basic_networking.md) and [Docker](https://docs.docker.com/engine/network/)
Expand All @@ -102,16 +96,6 @@ OLLAMA_HOST=http://host.containers.internal:11434
OLLAMA_MODEL="llama3.1:8b"
```

# Troubleshooting

## podman/macos: crun: setrlimit `RLIMIT_NPROC`: Operation not permitted: OCI permission denied

The error `Error: crun: setrlimit `RLIMIT_NPROC`: Operation not permitted: OCI permission denied` has been seen on macOS when trying to start up the bee stack. The error relates to setting resource limits (ulimits) in the compose definition.

Podman supports multiple [compose providers](https://docs.podman.io/en/latest/markdown/podman-compose.1.html), specifically `docker-compose` and `podman-compose`.

This issue has been seen with `podman-compose`. Installing the `docker-compose` provider should resolve this issue, as the `podman compose` command will pick it up automatically.

# Contributing

This is an open-source project and we ❤️ contributions.
Expand Down

0 comments on commit 0622035

Please sign in to comment.