[GH-ISSUE #344] [FR] Publish docker images to Docker Hub #160

Closed
opened 2026-03-23 20:33:02 +00:00 by mirror · 0 comments
Owner

Originally created by @PabloCastellano on GitHub (Feb 17, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/344

Originally assigned to: @PabloCastellano on GitHub.

1~3 main use cases of the proposed feature

As a Linux user, I want to try AppFlowy asap and avoid compiling anything. Since there is already support to create a docker image, the last missing part is publishing this image to docker hub, so that other can just download and execute it.

Though it would be more convenient to automatically upload it using CI, at the moment you can use my image as example.

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 appflowy-data:/home/makepkg \
  -e DISPLAY=${DISPLAY} \
  pablocastellano/appflowy

what types of users can benefit from using your proposed feature

All users, including developers.

Additional context

image

Originally created by @PabloCastellano on GitHub (Feb 17, 2022). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/344 Originally assigned to: @PabloCastellano on GitHub. **1~3 main use cases of the proposed feature** As a Linux user, I want to try AppFlowy asap and avoid compiling anything. Since there is already support to create a docker image, the last missing part is publishing this image to docker hub, so that other can just download and execute it. Though it would be more convenient to automatically upload it using CI, at the moment you can use [my image](https://hub.docker.com/repository/docker/pablocastellano/appflowy) as example. ``` 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 appflowy-data:/home/makepkg \ -e DISPLAY=${DISPLAY} \ pablocastellano/appflowy ``` **what types of users can benefit from using your proposed feature** All users, including developers. **Additional context** ![image](https://user-images.githubusercontent.com/73274/154497623-d305db66-ae88-44eb-975d-12b261caf1e8.png)
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#160
No description provided.