From e3f98ce97e02459e3dd486812cee9837fcd48c87 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 27 Sep 2024 13:42:46 +0000 Subject: [PATCH] docs: Note how to use podman Podman works as an alternative to Docker, but it wasn't immediately obvious going through the quickstart how to enable it aside from installing the docker alias. Add a note that points users to the correct env var to use podman. Signed-off-by: Russell Bryant --- docs/getting_started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting_started.md b/docs/getting_started.md index 83f08cfa6..af06adee2 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -267,6 +267,9 @@ llama stack build --config llama_stack/distribution/templates/local-ollama-build #### How to build distribution with Docker image +> [!TIP] +> Podman is supported as an alternative to Docker. Set `DOCKER_BINARY` to `podman` in your environment to use Podman. + To build a docker image, you may start off from a template and use the `--image-type docker` flag to specify `docker` as the build image type. ```