hubot-docker

1.0.0 • Public • Published

hubot-docker

Hubot script for managing docker containers

See 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:

[
  "hubot-docker"
]

Sample Interaction

user1>> hubot docker ps
hubot>> containername: Up for 2 weeks
user1>> hubot docker restart containername
hubot>> Restarting containername...
hubot>> containername

Package Sidebar

Install

npm i hubot-docker

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • smwa