From bc36dc37d57bd06d5e698b93ec152db0170823ee Mon Sep 17 00:00:00 2001 From: Self Denial Date: Sat, 13 Apr 2024 01:05:12 -0600 Subject: [PATCH] Fix typo --- docs/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index c08593a..d6ef328 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -197,7 +197,7 @@ Rootless container execution with Podman (and Docker/ContainerD) does **not** su ``` :::note - `[Podman 5.0](https://www.redhat.com/en/blog/podman-50-unveiled) has updated the default rootless network backend to use the more performant [pasta](https://passt.top/passt/about/). While `slirp4netns:allow_host_loopback=true` still achieves the same local-only intention, it's now recommended use a simple TCP forward instead like: `--network=pasta:-T,11434 --add-host=ollama.local:127.0.0.1`. Full example: + [Podman 5.0](https://www.redhat.com/en/blog/podman-50-unveiled) has updated the default rootless network backend to use the more performant [pasta](https://passt.top/passt/about/). While `slirp4netns:allow_host_loopback=true` still achieves the same local-only intention, it's now recommended use a simple TCP forward instead like: `--network=pasta:-T,11434 --add-host=ollama.local:127.0.0.1`. Full example: ::: ```bash