You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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??
The text was updated successfully, but these errors were encountered:
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
You change the name or something??
The text was updated successfully, but these errors were encountered: