[GH-ISSUE #296] [Bug] Unable to use current Docker image to start AppFlowy-IO #148

Closed
opened 2026-03-23 20:32:38 +00:00 by mirror · 2 comments
Owner

Originally created by @teras on GitHub (Feb 2, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/296

Describe the bug
When I follow the instructions to run the app, although the docker seems to build properly, it is not possible to bring up the service.
Instead I get an error:

Attaching to t-app-1
Error response from daemon: failed to create shim: OCI runtime create failed: runc create failed: unable to start container process: exec: "appflowy/frontend/app_flowy/product/0.0.2/linux/Release/AppFlowy/app_flowy": stat appflowy/frontend/app_flowy/product/0.0.2/linux/Release/AppFlowy/app_flowy: no such file or directory: unknown

To Reproduce
Steps to reproduce the behavior:

  1. Download docker & docker compose files
  2. Build docker containers
  3. Bring them up with the command docker-compose up
  4. The error appears

Expected behavior
To run the app

Desktop (please complete the following information):

  • OS: Arch Linux
  • Browser Firefox
  • Version 0.0.2
Originally created by @teras on GitHub (Feb 2, 2022). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/296 **Describe the bug** When I follow the instructions to run the app, although the docker seems to build properly, it is not possible to bring up the service. Instead I get an error: ``` Attaching to t-app-1 Error response from daemon: failed to create shim: OCI runtime create failed: runc create failed: unable to start container process: exec: "appflowy/frontend/app_flowy/product/0.0.2/linux/Release/AppFlowy/app_flowy": stat appflowy/frontend/app_flowy/product/0.0.2/linux/Release/AppFlowy/app_flowy: no such file or directory: unknown ``` **To Reproduce** Steps to reproduce the behavior: 1. Download docker & docker compose files 2. Build docker containers 3. Bring them up with the command `docker-compose up` 4. The error appears **Expected behavior** To run the app **Desktop (please complete the following information):** - OS: Arch Linux - Browser Firefox - Version 0.0.2
Author
Owner

@MikeWallaceDev commented on GitHub (Feb 4, 2022):

Hi @teras , can you please check if the changes in the dockerfile work for you? So that we can close this issue.

Thank you @lays147 for the fix!

<!-- gh-comment-id:1030190825 --> @MikeWallaceDev commented on GitHub (Feb 4, 2022): Hi @teras , can you please check if the changes in the dockerfile work for you? So that we can close this issue. Thank you @lays147 for the fix!
Author
Owner

@teras commented on GitHub (Feb 6, 2022):

It works for me now. Thank you

<!-- gh-comment-id:1030782249 --> @teras commented on GitHub (Feb 6, 2022): It works for me now. Thank you
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#148
No description provided.