Skip to content

Commit 4920d68

Browse files
authored
Merge pull request #1845 from anik120/container-orchestration-guide
LCORE-1874: Document LLS container startup, teardown, and customization options
2 parents d348517 + 1a13bd1 commit 4920d68

3 files changed

Lines changed: 744 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ To quickly get hands on LCS, we can run it using the default configurations prov
188188
```
189189
4. access LCS web UI at [http://localhost:8080/](http://localhost:8080/)
190190

191-
**Note**: `make run` uses containerized llama-stack (service mode). To run llama-stack manually instead, see the [Llama Stack as separate server](#llama-stack-as-separate-server) section below.
191+
**Note**: `make run` uses containerized llama-stack (service mode). For details on container lifecycle management, customization, and troubleshooting, see the [Container Orchestration Guide](docs/container_orchestration.md). To run llama-stack manually instead, see the [Llama Stack as separate server](#llama-stack-as-separate-server) section below.
192192

193193
## Container Runtime Requirements
194194

@@ -199,6 +199,8 @@ The Makefile requires either Podman or Docker to launch the Llama Stack containe
199199

200200
The Makefile will auto-detect which runtime is available.
201201

202+
**For advanced usage** including customization options, cleanup commands, and troubleshooting, see the [Container Orchestration Guide](docs/container_orchestration.md).
203+
202204

203205
# Configuration
204206

0 commit comments

Comments
 (0)