Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 488 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 488 Bytes

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