BioPhi icon indicating copy to clipboard operation
BioPhi copied to clipboard

Cannot get image from quay.io

Open mheydasch opened this issue 7 months ago • 3 comments

docker run \
    -v /your/absolute/path/to/oasis/directory/:/data \
    -e OASIS_DB_PATH=/data/OASis_9mers_v1.db \
    -p 5000:5000 \
    quay.io/biocontainers/biophi:1.0.5--pyhdfd78af_0 \
    biophi web --host 0.0.0.0
Unable to find image 'quay.io/biocontainers/biophi:1.0.5--pyhdfd78af_0' locally
docker: Error response from daemon: Get "https://quay.io/v2/": tls: failed to verify certificate: x509: certificate signed by unknown authority

mheydasch avatar Oct 16 '25 09:10 mheydasch