This function checks the status of the ChromaDB Docker container.
Usage
chroma_docker_running(container_name = "chromadb")
Arguments
- container_name
A string specifying the name of the Docker container to check.
Value
TRUE if container is running and FALSE otherwise.