updating singularity to apptainer in user docs
Compare changes
@@ -63,8 +63,8 @@ export POSTGRES_PORT=$(shuf -i 2000-65000 -n 1)
@@ -63,8 +63,8 @@ export POSTGRES_PORT=$(shuf -i 2000-65000 -n 1)
echo "This job will end at $(squeue --noheader -j $SLURM_JOBID -o %e) (in $(squeue --noheader -j $SLURM_JOBID -o %L))"
exec singularity run -B $POSTGRES_HOME/db:/var/lib/postgresql -B $POSTGRES_HOME/run:/var/run/postgresql docker://postgres:11 -c "port=$POSTGRES_PORT"