mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-21 03:59:42 +00:00
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 <rbryant@redhat.com>
This commit is contained in:
parent
f70c88ab7a
commit
43744455d7
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
|
#### 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.
|
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