You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ To quickly get hands on LCS, we can run it using the default configurations prov
188
188
```
189
189
4. access LCS web UI at [http://localhost:8080/](http://localhost:8080/)
190
190
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.
192
192
193
193
## Container Runtime Requirements
194
194
@@ -199,6 +199,8 @@ The Makefile requires either Podman or Docker to launch the Llama Stack containe
199
199
200
200
The Makefile will auto-detect which runtime is available.
201
201
202
+
**For advanced usage** including customization options, cleanup commands, and troubleshooting, see the [Container Orchestration Guide](docs/container_orchestration.md).
0 commit comments