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

Pull access denied for e28007e9030b, repository does not exist #4

Closed
rafaelvelosoAZ opened this issue Apr 16, 2020 · 1 comment
Closed

Comments

@rafaelvelosoAZ
Copy link

When I try to execute the command:
sudo docker run -i -t e28007e9030b /bin/bash

I'm facing this issue:

Unable to find image 'e28007e9030b:latest' locally
Error response from daemon: pull access denied for e28007e9030b, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

@msleal
Copy link
Owner

msleal commented Apr 17, 2020

Hi,
This does not seems to be an issue with the image, because it is stating that the image does not exist in your local docker system: Unable to find image 'e28007e9030b:latest' locally.
First you need to download the image from my repo: https://hub.docker.com/repository/docker/msleal/asciivmssdashboard
Anyway, this image I have created when there was no package for easy installation (it has an old version of the asciivmssdashboard on it), and I left it here for reference only (as it should work). But the preferred way to install the tool nowadays is just: pip install asciivmssdashboard.
Thanks.

@msleal msleal closed this as completed Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants