Docker
Last updated
Was this helpful?
Last updated
Was this helpful?
A simple way of running AppFlowy is with the use of a Docker container. And we have one for you at !
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 .
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 ! So make sure you run xhost -
after it.
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.
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
If you already have the repository installed then you're halfway there!
Lastly, run the docker container