Question
I'm following the instructions in the INSTALL file, but when I try to run the ligase image, this happens:
[opc@instance-xxxxxxxx-xxxx Ligase]$ docker run --network ligase_default --expose 8008 --detach --name ligase ligase
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
✔ docker.io/library/ligase:latest
Trying to pull docker.io/library/ligase:latest...
Error: initializing source docker://ligase:latest: reading manifest latest in docker.io/library/ligase: errors:
denied: requested access to the resource is denied
unauthorized: authentication required
I'm logged into docker.io using a personal account.
Question
I'm following the instructions in the
INSTALLfile, but when I try to run the ligase image, this happens:I'm logged into docker.io using a personal account.