mariokostelac / ra-integrate

DNA assembler developed on FER (Croatia), RBI (Croatia) and GIS (Singapore)
18 stars 1 forks source link

`docker: Error: image library/ra-integrate:latest not found.` #8

Open bede opened 8 years ago

bede commented 8 years ago

Hi there, docker run -t -i -v ~/shared_dir:/data ra-integrate bash isn't working for me. Can you suggest what might be going wrong?

Thanks, Bede

Full output:

$ docker pull mariokostelac/ra-integrate:master
master: Pulling from mariokostelac/ra-integrate

863735b9fd15: Pull complete 
4fbaa2f403df: Pull complete 
44be94a95984: Pull complete 
a3ed95caeb02: Pull complete 
2f5918d8f123: Pull complete 
549ff95b4e37: Pull complete 
fc28dffb42ef: Pull complete 
ef2099e8f8cd: Pull complete 
d08a0ddd0f3a: Pull complete 
Digest: sha256:c462846d6e6237dcfa3e805e34e44ad62be31f9ec88e3ca0f88071e68b3d4479
Status: Downloaded newer image for mariokostelac/ra-integrate:master
$ docker run -t -i -v ~/shared_dir:/data ra-integrate bash
Unable to find image 'ra-integrate:latest' locally
Pulling repository docker.io/library/ra-integrate
docker: Error: image library/ra-integrate:latest not found.
See 'docker run --help'.
$ 
mariokostelac commented 8 years ago

Can you try with docker run -t -i -v ~/shared_dir:/data ra-integrate:master bash? I still do not understand why the other one would not work.