ares icon indicating copy to clipboard operation
ares copied to clipboard

Docker container doesn't exist

Open chrisdlangton opened this issue 6 years ago • 0 comments

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??

chrisdlangton avatar Oct 18 '19 09:10 chrisdlangton