https://github.com/pottava/hubots
https://github.com/pottava/hubots
docker hubot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pottava/hubots
- Owner: pottava
- Created: 2017-11-16T08:45:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T17:18:36.000Z (over 8 years ago)
- Last Synced: 2025-02-14T18:21:00.331Z (over 1 year ago)
- Topics: docker, hubot
- Language: Shell
- Homepage: https://hub.docker.com/r/pottava/hubot/
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Supported tags and respective `Dockerfile` links:
・latest ([docker/runtime/0.4/Dockerfile](https://github.com/pottava/hubots/blob/master/docker/runtime/Dockerfile))
・0.4 ([docker/runtime/0.4/Dockerfile](https://github.com/pottava/hubots/blob/master/docker/runtime/Dockerfile))
・0.4-codegen ([docker/generator/0.4/Dockerfile](https://github.com/pottava/hubots/blob/master/docker/generator/Dockerfile))
## Usage
### To configure a Hubot application & generate dependencies
`docker run --rm -it -v $(pwd):/app pottava/hubot:0.4-codegen`
### To run the hubot
`docker run --rm -it -v $(pwd):/app pottava/hubot:0.4`