chroma_docker_stop: Stop ChromaDB Docker Container

View source: R/connection.R

chroma_docker_stopR Documentation

Stop ChromaDB Docker Container

Description

This function stops the running ChromaDB Docker container. It uses the processx package to issue the Docker stop command.

Usage

chroma_docker_stop(container_name = "chromadb")

Arguments

container_name

A string specifying the name of the Docker container to stop.

Value

Invisibly returns TRUE if the container was stopped or is not running.


rchroma documentation built on April 4, 2025, 1:37 a.m.