heat-agents/heat-config-docker-cmd
Dan Prince 1e87454039 Add 'exec' support to docker cmd
We've got a few cases where running an exec in an
already running container would be useful. This patch
adds a new action 'exec' support so that you can used a
named docker containers.

Co-authored-by: Ian Main <imain@redhat.com>

Change-Id: I2f8640232442f559206b2972117b74eec6d2c086
2017-01-11 18:40:23 -05:00
..
install.d Add 'exec' support to docker cmd 2017-01-11 18:40:23 -05:00
os-refresh-config/configure.d Add 'exec' support to docker cmd 2017-01-11 18:40:23 -05:00
element-deps Move elements at the top level 2017-01-04 16:57:10 +01:00
README.rst Move elements at the top level 2017-01-04 16:57:10 +01:00

A hook which uses the docker command to deploy containers.

The hook currently supports specifying containers in the docker-compose v1 format. The intention is for this hook to also support the kubernetes pod format.

A dedicated os-refresh-config script will remove running containers if a deployment is removed or changed, then the docker-cmd hook will run any containers in new or updated deployments.