通过Docker安装
拉取Docker镜像
docker pull ghcr.io/data-preservation-programs/singularity:main从Docker镜像运行Singularity
使用默认的SQLite3后端
docker run -v $HOME:/root ghcr.io/datapreservationprogram/singularity -h使用其他数据库后端(如Postgres)
docker run -e DATABASE_CONNECTION_STRING=your_connection_string_here ghcr.io/datapreservationprogram/singularity -hLast updated
Was this helpful?