[GH-ISSUE #5771] [Bug] Docker run fails on Asustor NAS #2566

Open
opened 2026-03-23 21:23:27 +00:00 by mirror · 0 comments
Owner

Originally created by @abhi8569 on GitHub (Jul 21, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5771

Bug Description

The installation of AppFlowy on my Asustor NAS using the Docker run command is failing with bellow error message:

`
docker run --rm \

-v $HOME/.Xauthority:/root/.Xauthority:rw
-v /tmp/.X11-unix:/tmp/.X11-unix
-v /dev/dri:/dev/dri
-v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
-v /share/Docker/Appflowy/appflowy-data:/home/appflowy
-e DISPLAY=${DISPLAY}
appflowyio/appflowy_client:0.6.4
Unable to find image 'appflowyio/appflowy_client:0.6.4' locally
0.6.4: Pulling from appflowyio/appflowy_client
a6bc31ef2d98: Pull complete
59a423cc46cf: Pull complete
8ccaef4a8cb1: Pull complete
0f2115918b03: Pull complete
3f20cf87f664: Pull complete
2f950f5e416b: Pull complete
4f4fb700ef54: Pull complete
b78207055f7b: Pull complete
2981bef1c3c1: Pull complete
Digest: sha256:a8bb32aa8ad7516dff77ac50ca1172d73f84a338b95bc4235a36cdd3d0b9fccd
Status: Downloaded newer image for appflowyio/appflowy_client:0.6.4
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./AppFlowy": stat ./AppFlowy: no such file or directory: unknown.
ERRO[0067] error waiting for container: context canceled
`

I am preety sure if this is because of xhost as xhost is not recognized as a command on my NAS. Asustor uses a very stripped down verion of Linux.
Is there any other way to install AppFlowy?

How to Reproduce

Try installing Appflowy on Asustor NAS.

Expected Behavior

Successful container deployment

Operating System

ASUSTOR Data Master

AppFlowy Version(s)

0.6.4

Screenshots

No response

Additional Context

No response

Originally created by @abhi8569 on GitHub (Jul 21, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5771 ### Bug Description The installation of AppFlowy on my Asustor NAS using the Docker run command is failing with bellow error message: ` docker run --rm \ > -v $HOME/.Xauthority:/root/.Xauthority:rw \ > -v /tmp/.X11-unix:/tmp/.X11-unix \ > -v /dev/dri:/dev/dri \ > -v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket \ > -v /share/Docker/Appflowy/appflowy-data:/home/appflowy \ > -e DISPLAY=${DISPLAY} \ > appflowyio/appflowy_client:0.6.4 Unable to find image 'appflowyio/appflowy_client:0.6.4' locally 0.6.4: Pulling from appflowyio/appflowy_client a6bc31ef2d98: Pull complete 59a423cc46cf: Pull complete 8ccaef4a8cb1: Pull complete 0f2115918b03: Pull complete 3f20cf87f664: Pull complete 2f950f5e416b: Pull complete 4f4fb700ef54: Pull complete b78207055f7b: Pull complete 2981bef1c3c1: Pull complete Digest: sha256:a8bb32aa8ad7516dff77ac50ca1172d73f84a338b95bc4235a36cdd3d0b9fccd Status: Downloaded newer image for appflowyio/appflowy_client:0.6.4 docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./AppFlowy": stat ./AppFlowy: no such file or directory: unknown. ERRO[0067] error waiting for container: context canceled ` I am preety sure if this is because of xhost as xhost is not recognized as a command on my NAS. Asustor uses a very stripped down verion of Linux. Is there any other way to install AppFlowy? ### How to Reproduce Try installing Appflowy on Asustor NAS. ### Expected Behavior Successful container deployment ### Operating System ASUSTOR Data Master ### AppFlowy Version(s) 0.6.4 ### Screenshots _No response_ ### Additional Context _No response_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2566
No description provided.