Sign inSign up

onjin/hubot

By onjin

•Updated almost 11 years ago

Image
0

363

onjin/hubot repository overview

⁠hubot in docker

Source repository for [hubot](https://github.com/github/hubot) in [docker](https://www.docker.com/).

⁠pull this repository

docker pull onjin/hubot

⁠create your hubot in ./hubot/ directory

docker run -it --rm -v `pwd`/hubot:/home/hubot onjin/hubot create  # create hubot in ./hubot directory

⁠run your hubot with shell adapter

docker run -it --rm -v `pwd`/hubot:/home/hubot onjin/hubot shell  # run hubot with shell adapter

⁠build your own image

docker build -t myhubot .

⁠add and run Slack adapter

docker run -it --rm -v `pwd`/hubot:/home/hubot onjin/hubot npm install hubot-slack --save

⁠run Slack integration

docker run -it --rm -v `pwd`/hubot:/home/hubot -e HUBOT_SLACK_TOKEN=xoxo-1234567890-IMHOBESTCOMMUNICATOR onjin/hubot bin/hubot --adapter slack

Tag summary

Content type

Image

Digest

sha256:dda7d5be3…

Size

282.8 MB

Last updated

almost 11 years ago

docker pull onjin/hubot