Docker
A simple way of running AppFlowy is with the use of a Docker container. And we have one for you at Docker Hub!
Using the main
tag you will run the latest Appflowy version (from the main
branch). You can also use specific releases using the tags (such as 0.0.5.3
). Check out the available tags.
Note: Appflowy inside docker needs access to your X server. In case of lack of permissions, it's recommended to build the docker image yourself. The least recommended option is running xhost +
before running the container, but this command is considered dangerous! So make sure you run xhost -
after it.
Building the docker image
First thing to do
Make sure you already have Docker and docker-compose fully working before attempting this procedure.
For more information, check out:
In order to run Docker without sudo
you must add your username to the docker group. To do this use the following command and then logout and login for it to take effect.
Building without cloning the repository
There is no need to clone the whole repository. You can simply create a directory and download the required Docker files into that directory.
Now you are ready to build the docker image (this can take some time)
Lastly, run the docker container
Building with the repository installed
If you already have the repository installed then you're halfway there!
Lastly, run the docker container
Last updated