DockerΒΆ
Docker is a container technology. Containers are a standard unit of software that packages up code and all its dependencies.
Mayan EDMS uses Docker as its main distribution method.
By default, the entire software stack is deployed as a single container. This provides an easy way to get started and will be sufficient for several thousand documents.
Installation: Using Docker Compose | Simple Docker installation | Using a dedicated Docker network | Stopping and starting the container
Setup: Environment Variables | Included drivers | Customizing the image | Executing user scripts
Integration: Accessing outside data
Development: Building the image | Nightly images
Administration: Performing backups | Upgrading | Executing commands on a container