Source repository for [hubot](https://github.com/github/hubot) in [docker](https://www.docker.com/).
docker pull onjin/hubot
docker run -it --rm -v `pwd`/hubot:/home/hubot onjin/hubot create # create hubot in ./hubot directory
docker run -it --rm -v `pwd`/hubot:/home/hubot onjin/hubot shell # run hubot with shell adapter
docker build -t myhubot .
Slack adapterdocker run -it --rm -v `pwd`/hubot:/home/hubot onjin/hubot npm install hubot-slack --save
Slack integrationdocker run -it --rm -v `pwd`/hubot:/home/hubot -e HUBOT_SLACK_TOKEN=xoxo-1234567890-IMHOBESTCOMMUNICATOR onjin/hubot bin/hubot --adapter slack
Content type
Image
Digest
sha256:dda7d5be3…
Size
282.8 MB
Last updated
almost 11 years ago
docker pull onjin/hubot