Docker crashing every 15 minutes. #1735
abhisheknamdeo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have deployed WrenAI using the docker installation method on a single node instance.
https://github.com/Canner/WrenAI/tree/main/docker
We find the application crashing very 10-15 minutes. Below is the screenshot when the app is running.
#-> docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
aa74a02ca5dc ghcr.io/canner/wren-ui:0.27.4 "docker-entrypoint.s…" 9 days ago Up About a minute 0.0.0.0:3000->3000/tcp wrenai-wren-ui-1
a70f5ebaddad ghcr.io/canner/wren-ai-service:0.22.4 "/app/entrypoint.sh" 9 days ago Up 47 seconds 0.0.0.0:5555->5555/tcp wrenai-wren-ai-service-1
4620accb8b15 ghcr.io/canner/wren-engine:0.15.13 "/__cacert_entrypoin…" 9 days ago Up 12 seconds 7432/tcp, 8080/tcp wrenai-wren-engine-1
3832490c98a3 qdrant/qdrant:v1.11.0 "./entrypoint.sh" 9 days ago Up 12 seconds 6333-6334/tcp wrenai-qdrant-1
cd740ffc4fce ghcr.io/canner/wren-engine-ibis:0.15.13 "fastapi run" 9 days ago Exited (0) 3 days ago wrenai-ibis-server-1
74e2a0f5c554 ghcr.io/canner/wren-bootstrap:0.1.5 "/bin/sh /app/init.sh" 9 days ago Exited (0) 9 days ago wrenai-bootstrap-1
75eef6d81a41 hello-world "/hello" 9 days ago Exited (0) 9 days ago priceless_dijkstra
50c2156c7c4c hello-world "/hello" 9 days ago Exited (0) 9 days ago objective_rosalind
We see the docker is getting uninstalled without any error and we see below -
#-> docker ps -a
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Is this due to a specific application requirement or configuration? We have tried this on two memory-optimized Ec2 servers having enough RAM and CPU but getting the same behavior. Could you please help us with this issue?
Beta Was this translation helpful? Give feedback.
All reactions