Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image no longer available #62

Closed
Jamesking56 opened this issue Jun 2, 2019 · 1 comment
Closed

Docker image no longer available #62

Jamesking56 opened this issue Jun 2, 2019 · 1 comment
Labels
invalid This doesn't seem right

Comments

@Jamesking56
Copy link

Describe the bug
The docker install instructions in the wiki do not appear to work anymore due to the image being missing.

To Reproduce
docker run --rm -it phoneinfoga/latest

Expected behavior
Docker image is downloaded and a new container spawned.

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • Python exact version (run python --version): N/A, Docker should handle this.

Additional context
Current output:

Unable to find image 'phoneinfoga/latest:latest' locally
docker: Error response from daemon: pull access denied for phoneinfoga/latest, repository does not exist or may require 'docker login'.
See 'docker run --help'.

I have tried docker login for hub.docker.com

@sundowndev
Copy link
Owner

You need to get the source code then build the image before running the tool.

# git clone ...
docker build --rm=true -t phoneinfoga/latest .

@sundowndev sundowndev added the invalid This doesn't seem right label Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants