J-Rios / TLG_JoinCaptchaBot

Telegram Bot to verify if users joining a group are human. The Bot sends an image captcha for each new user and kicks any of them who can't solve the captcha in a specified time.
GNU General Public License v3.0
516 stars 217 forks source link

[Question] Docker pull #74

Closed SA7BNT closed 3 years ago

SA7BNT commented 3 years ago

Hallo, what am i missing??

sudo docker pull captcha-bot Using default tag: latest Error response from daemon: pull access denied for captcha-bot, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

J-Rios commented 3 years ago

Hi, there is no docker base image of captcha-bot published in Docker Hub, so you can't just pull it...

The instructions about Bot Docker usage specify the way to create a new docker container from project sources, and how to use it, please take a look: https://github.com/J-Rios/TLG_JoinCaptchaBot/blob/master/docker/README.md

SA7BNT commented 3 years ago

If i create a new container from project sources whats about the config from the old JoinCaptchaBot?? May i start from zerro again??