FATAL: Unable to handle docker://a2cps/bedpostx_app:1.0 uri: failed to get checksum for docker://a2cps/bedpostx_app:1.0: pinging container registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/": x509: certificate signed by unknown authority
the error sounds like it’s a dockerhub problem w/ their certificate, but could also be from us pulling the container too many times (they have a limit of 100 pulls every 6 hours)
If it's a limit, then we can get around the issue by using a cached copy of the container ibrun -n $N singularity run $LOCAL_FILE.sif $ARGUMENTS.
If it's a limit, then we can get around the issue by using a cached copy of the container
ibrun -n $N singularity run $LOCAL_FILE.sif $ARGUMENTS.