Skip to content

How To Works

Magno Oliveira edited this page Jul 5, 2019 · 1 revision

To better understand how a bot works inside the slack, learn more here Slack-bot .

Two of the features that the BOT comes from are the @rancher_bot restart-container and @rancher_bot logs-container. When calling the bot by passing any of the features, the return will look something like this:

restart_container

The bot will return you a list of containers running in your enviromment, which will be defined in the file .env. The application is dockerized in order to speed up the execution and facilitate its scalability, if need be.

Given the bot's operation in the slack, we raised an API to make your URI available to the slack, which is where the interpretations of the Actions registered to the bot will happen.

Clone this wiki locally