도커를 통한 설치
Docker 이미지 가져오기
docker pull ghcr.io/data-preservation-programs/singularity:mainDocker 이미지에서 Singularity 실행하기
기본 SQLite3 백엔드 사용
docker run -v $HOME:/root ghcr.io/datapreservationprogram/singularity -h대체 데이터베이스 백엔드 사용 (예: Postgres)
docker run -e DATABASE_CONNECTION_STRING=여기에_연결_문자열_입력 ghcr.io/datapreservationprogram/singularity -hLast updated
Was this helpful?