From 43744455d7559b3469ca8242a071033248c59878 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 27 Sep 2024 17:00:40 -0400 Subject: [PATCH] docs: Note how to use podman (#130) 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. ```