ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: Container ragflow-server Started Not Running

Open jinliangshen opened this issue 11 months ago • 7 comments

Describe your problem

I'm a newer for ragflow and docker. When I execute the command "docker compose -f docker/docker-compose.yml up -d", it show the below picture. The Container ragflow-server shows "Started", Not Running. I‘m a little confused, and don't know how to solve it.
Thanks a lot.

Docker Compose version v2.31.0-desktop.2 Docker Client: Version: 27.4.0

Image

jinliangshen avatar Feb 05 '25 04:02 jinliangshen

I run the command "docker logs -f ragflow-server", The error log show that - "exec ./entrypoint.sh: exec format error"

jinliangshen avatar Feb 05 '25 05:02 jinliangshen

i also meet this issue, are you resolved?

Image

lingistic123 avatar Feb 05 '25 11:02 lingistic123

For ARM archetechture, you need to build image by yourself.

Here

KevinHuSh avatar Feb 06 '25 01:02 KevinHuSh

For ARM archetechture, you need to build image by yourself.对于 ARM 架构,您需要自己构建镜像。

Here 这里

I also encountered this error, but mine is not an ARM architecture.

mulining avatar Feb 22 '25 14:02 mulining

For ARM archetechture, you need to build image by yourself.

Here

me too, it is x86_64

sh-5.1# uname -a Linux b60d52a055af 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Docker version 27.5.1, build 9f9e405 Docker Compose version v2.32.4-desktop.1

h93910 avatar Feb 23 '25 02:02 h93910

For ARM archetechture, you need to build image by yourself. Here

me too, it is x86_64

sh-5.1# uname -a Linux b60d52a055af 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Docker version 27.5.1, build 9f9e405 Docker Compose version v2.32.4-desktop.1

I solved this problem by downgrading the version of Docker Desktop to 4.36.0 i use 4.38 before

h93910 avatar Feb 23 '25 12:02 h93910

For ARM archetechture, you need to build image by yourself. Here

me too, it is x86_64 sh-5.1# uname -a Linux b60d52a055af 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Docker version 27.5.1, build 9f9e405 Docker Compose version v2.32.4-desktop.1

I solved this problem by downgrading the version of Docker Desktop to 4.36.0 i use 4.38 before

solved the issue for me, thank you!

ryanh16 avatar Mar 13 '25 15:03 ryanh16

For ARM archetechture, you need to build image by yourself. Here

me too, it is x86_64 sh-5.1# uname -a Linux b60d52a055af 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Docker version 27.5.1, build 9f9e405 Docker Compose version v2.32.4-desktop.1

I solved this problem by downgrading the version of Docker Desktop to 4.36.0 i use 4.38 before

tks!

caoziying avatar Apr 28 '25 12:04 caoziying