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 container doesn't exist #25

Open
chrisdlangton opened this issue Oct 18, 2019 · 0 comments
Open

Docker container doesn't exist #25

chrisdlangton opened this issue Oct 18, 2019 · 0 comments

Comments

@chrisdlangton
Copy link

easy to replicate, just do exactly as teh README.md tells you to do

first get the config
wget -q https://github.com/dutchcoders/ares/raw/master/config.toml.sample -O config.toml

then copy/paste the command into a terminal and run it

docker run -d -p 8080:8080 --name ares -v $(pwd)/config.toml:/etc/ares.toml dutchcoders/ares

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

You change the name or something??

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

1 participant