Closed LWFlouisa closed 4 years ago
Docker website account is not required to run docker image. Docker pulls (downloads) image and keeps it locally, by default under /var/lib/docker
directory.
Am I right that you are not able to run docker image? Could you please clarify which image do you mean and share steps which you are using to run it?
Yea I'm specifically having trouble running the docker image for snet-cli.
Do you mean you are trying to run this image: https://hub.docker.com/r/singularitynet/snet-platform? If you are trying to follow some specific tutorial please share the link to the tutorial.
Yea I tried running that one, and got this error:
Using default tag: latest latest: Pulling from singularitynet/snet-platform Digest: sha256:175794bb5f66936b8652b73da9cedebd556932b95516cd71627296bc7050db8b Status: Image is up to date for singularitynet/snet-platform:latest
Then tried running it:
Unable to find image 'snet-platform:latest' locally docker: Error response from daemon: pull access denied for snet-platform, repository does not exist or may require 'docker login'. See 'docker run --help'.
-t
and -i
options are required to run docker interactively in terminal. The following command should work:
sudo docker run -ti singularitynet/snet-platform
Alright got it I think.
Can we close this?
Does the docker image require sign in to the Docker website itself? Or is the image file in some hidden location other than the folder I made for it?