https://github.com/smwa/hubot-docker
A Hubot script to control docker
https://github.com/smwa/hubot-docker
docker hubot hubot-docker hubot-scripts
Last synced: 4 months ago
JSON representation
A Hubot script to control docker
- Host: GitHub
- URL: https://github.com/smwa/hubot-docker
- Owner: smwa
- Created: 2016-02-25T16:25:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T19:46:18.000Z (over 9 years ago)
- Last Synced: 2025-10-17T17:09:37.450Z (9 months ago)
- Topics: docker, hubot, hubot-docker, hubot-scripts
- Language: CoffeeScript
- Homepage: https://smwa.github.io/hubot-docker/
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-docker
Hubot script for managing docker containers
See [`src/docker.coffee`](src/docker.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-docker --save`
Then add **hubot-docker** to your `external-scripts.json`:
```json
[
"hubot-docker"
]
```
## Sample Interaction
```
user1>> hubot docker ps
hubot>> containername: Up for 2 weeks
```
```
user1>> hubot docker restart containername
hubot>> Restarting containername...
hubot>> containername
```