chroma_docker_stop | R Documentation |
This function stops the running ChromaDB Docker container.
It uses the processx
package to issue the Docker stop command.
chroma_docker_stop(container_name = "chromadb")
container_name |
A string specifying the name of the Docker container to stop. |
Invisibly returns TRUE
if the container was stopped or is not running.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.