This repository contains the source for the hubot-slack docker image.
Based on hubot-rocketchat
docker pull jordan/hubot-slack
You must first add the Hubot Slack app to your team to obtain a token. Search for it here https://slack.com/apps
sudo docker run -d --name "hubot" -e HUBOT_SLACK_TOKEN=MY_HUBOT_SLACK_TOKEN -v /path/to/hubot/volume:/home/hubot/scripts jordan/hubot-slack:latest
sudo docker run -d --name "hubot" -e HUBOT_SLACK_TOKEN=MY_HUBOT_SLACK_TOKEN -e EXTERNAL_SCRIPTS=hubot-help,hubot-pugme jordan/hubot-slack:latest
HUBOT_SLACK_TOKEN - Your hubot slack token
ENV HUBOT_NAME - myhubot (default)
ENV HUBOT_OWNER - none (default)
ENV HUBOT_DESCRIPTION - Hubot (default)
ENV EXTERNAL_SCRIPTS - hubot-help (default). Do not add hubot-slack to this list as it is already installed and enabled in the container.
/etc/hubot/scripts
Content type
Image
Digest
Size
364.1 MB
Last updated
almost 7 years ago
docker pull jordan/hubot-slack