Docker Mcollective Agent
- KISS, my aim here is to keep the agent/ddl as simple as possible.
- no external Ruby dependencies or specific Ruby version required, the only requirements are having Mcollective working and the "docker" command installed on individual Mcollective servers
- history
- images
- info
- inspect
- pause
- ps
- pull
- restart
- run
- start
- stop
- top
- version
mco docker images options="--all" -C some::puppet::class
mco docker ps options="--all" -C some::puppet::class
mco docker top options="ecc5e51c8c11" -C some::puppet::class
You will get most help from reading the docker command line tool documentation.
http://docs.docker.com/reference/commandline/cli/
- improve application/docker.rb
- add more actions
- improve documentation