Install via docker
Utilizing Docker, you can effortlessly pull and run a pre-configured Singularity image.
Pulling the Docker Image
To acquire the pre-built Docker image, execute the following command:
Running Singularity from the Docker Image
Using Default SQLite3 Backend
By default, Singularity uses sqlite3
as its database backend. To run it, you should mount a local path to the home directory within the container:
Using an Alternate Database Backend (e.g., Postgres)
If you opt for another database backend like Postgres, set the DATABASE_CONNECTION_STRING
environment variable during container execution:
Last updated