mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
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 <rbryant@redhat.com>
This commit is contained in:
parent
eb526b4d9b
commit
e3f98ce97e
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue