-
Notifications
You must be signed in to change notification settings - Fork 296
Description
llmstack
unable to get image 'redis:latest': Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?Traceback (most recent call last):
File "/Users/adeveloper/.pyenv/versions/3.11.9/bin/llmstack", line 8, in
sys.exit(main())
^^^^^^
File "/Users/adeveloper/.pyenv/versions/3.11.9/lib/python3.11/site-packages/llmstack/cli.py", line 317, in main
start(llmstack_environment)
File "/Users/adeveloper/.pyenv/versions/3.11.9/lib/python3.11/site-packages/llmstack/cli.py", line 221, in start
for _, line in docker_logs:
File "/Users/adeveloper/.pyenv/versions/3.11.9/lib/python3.11/site-packages/python_on_whales/utils.py", line 295, in stream_stdout_and_stderr
raise DockerException(full_cmd, exit_code, stderr=full_stderr)
python_on_whales.exceptions.DockerException: The docker command executed was /usr/local/bin/docker compose --file /Users/adeveloper/.pyenv/versions/3.11.9/lib/python3.11/site-packages/llmstack/docker-compose.yml --env-file /var/folders/tz/qlbyq3yj6zzf79621tknz5j40000gn/T/tmppluusecx up --detach --pull missing
.
It returned with code 1
The content of stdout can be found above the stacktrace (it wasn't captured).
The content of stderr is 'unable to get image 'redis:latest': Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
' when i ran this this happend