AppFlowy-IO / AppFlowy-IO/AppFlowy
[Bug] Docker run fails on Asustor NAS
- 主要语言
- Dart
- 星标
- 76.6k
- 派生
- 6k
- PR 合并指标
- 30 天内没有已合并 PR
描述
### 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_
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。