dutchcoders / dutchcoders/ares

Docker container doesn't exist

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
126
Forks
33
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by checking README.md's Docker instructions and the referenced config.toml.sample, then reproduce the docker run command shown in the issue. Verify whether dutchcoders/ares is still the intended image name and update the documented command or image reference so the container can be started successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.