-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The quickstart suggests running docker containers via e.g.:
docker run -ti --name local-ai -p 8080:8080 localai/localai:latest
On subsequent executions of this command it will fail due to a container with name local-ai
already existing. However, this container can still be run via docker start -i local-ai
.
Describe the solution you'd like
Briefly explain in the documentation that docker run
creates and runs a new container and that docker start
runs a preexisting container.
Describe alternatives you've considered
- RTFM.
- Don't give the container a name but then you have multiple ones lying around.
Additional context
mudler
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request