This repository contains the Dockerfile and the configuration files to build Hubot for Docker.
docker build -t mkaag/hubot github.com/mkaag/docker-hubot
docker run -v /home/user/hubot_scripts:/opt/scripts \
--link redis:redis \
-p 8080:8080 \
mkaag/hubot
Content type
Image
Digest
sha256:8bdc1b5c4…
Size
67.7 MB
Last updated
about 11 years ago
docker pull mkaag/hubot