aahnik / tgcf

The ultimate tool to automate custom telegram message forwarding. Live-syncer, Auto-poster, backup-bot, cloner, chat-forwarder, duplicator, ... Call it whatever you like! tgcf can fulfill your custom needs.
https://github.com/aahnik/tgcf/wiki
MIT License
1.34k stars 795 forks source link

docker image pull #575

Open sybetjeh opened 7 months ago

sybetjeh commented 7 months ago

As stated in your guide to update for docker, you need to execute docker pull tgcf:latest.

This command fails since you can't seem to pull it/don't have access to it: root@vps:~# docker pull tgcf:latest Error response from daemon: pull access denied for tgcf, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

mar-tusita commented 7 months ago

https://hub.docker.com/r/aahnik/tgcf

Try "docker pull aahnik/tgcf:latest" instead.