AppFlowy-IO / AppFlowy-IO/AppFlowy

[Bug] Docker run fails on Asustor NAS

Open
#5,771 0 comments 0 reactions 0 assignees View on GitHub
bug install
Dominant language
Dart
Stars
76.6k
Forks
6k
PR merge metrics
No merged PRs in 30d

Description

### 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_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.