Installing Papra using Docker
Papra can be easily installed and run using Docker. This method is recommended for users who want a quick and straightforward way to deploy their own instance of Papra with minimal setup.
Prerequisites
Before you begin, ensure that you have Docker installed on your system. You can download and install Docker from the official Docker website.
Root and Rootless installation
Papra can be installed in two different ways:
- Root: This is the default installation method. It requires root privileges to run. The images are suffixed with
-root
likecorentinth/papra:latest-root
orcorentinth/papra:1.0.0-root
. - Rootless: This method does not require root privileges to run. The images are suffixed with
-rootless
likecorentinth/papra:latest-rootless
orcorentinth/papra:1.0.0-rootless
.
Image Sources
Papra Docker images are available on both Docker Hub and GitHub Container Registry (GHCR). You can choose the source that best suits your needs.