mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-07 11:19:44 -05:00
chore(docs): enhancements and clarifications (#6433)
chore(docs): Small enhancements Fixes: https://github.com/mudler/LocalAI/issues/6250 Relates to: https://github.com/mudler/LocalAI/issues/6251 Fixes: https://github.com/mudler/LocalAI/issues/6249 Fixes: https://github.com/mudler/LocalAI/issues/6250 Fixes: https://github.com/mudler/LocalAI/issues/6253 Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
cd1e1124ea
commit
1e9b115251
@@ -118,6 +118,13 @@ For more installation options, see [Installer Options](https://localai.io/docs/a
|
||||
|
||||
Or run with docker:
|
||||
|
||||
> **💡 Docker Run vs Docker Start**
|
||||
>
|
||||
> - `docker run` creates and starts a new container. If a container with the same name already exists, this command will fail.
|
||||
> - `docker start` starts an existing container that was previously created with `docker run`.
|
||||
>
|
||||
> If you've already run LocalAI before and want to start it again, use: `docker start -i local-ai`
|
||||
|
||||
### CPU only image:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user