Skip to content

4l1fe/tg-docker-command-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot to call Docker API

Sending commands /cmd container-name-1 <parameter> through a Telegram client to execute a Docker Daemon's api method.

In the the article you can find the full capabilities demonstrated.

Requirements

  • pip install docker python-telegram-bot

  • mounting docker unix socket docker run -v /var/run/docker.sock:/var/run/docker.sock

About

Access to Docker Daemon Api through Telegram Bot platform by polling a private chat for commands to execute.

Topics

Resources

Stars

Watchers

Forks