kartva / Librarian

A tool to predict the sequencing library type from the base composition of a supplied FastQ file.
https://kartva.github.io/Librarian/
GNU General Public License v3.0
7 stars 4 forks source link

Can't pull docker image #2

Closed s-andrews closed 2 years ago

s-andrews commented 2 years ago
[andrewss@bioinform librarian_server]$ docker pull desmondwillowbrook/librarian-server
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
✔ registry.centos.org/desmondwillowbrook/librarian-server:latest
Trying to pull registry.centos.org/desmondwillowbrook/librarian-server:latest...
Error: initializing source docker://registry.centos.org/desmondwillowbrook/librarian-server:latest: reading manifest latest in registry.centos.org/desmondwillowbrook/librarian-server: manifest unknown: manifest unknown
kartva commented 2 years ago

Try using the fully qualified path:

docker pull docker.io/desmondwillowbrook/librarian-server
docker run -dp 8186:8186 desmondwillowbrook/librarian-server