heat-agents/heat-config-docker-cmd
Steve Baker 2a59451676 docker-cmd: simplify building config ids for delete
Only the config IDs are needed so only build and pass a list of IDs
instead of parsed configs.

Change-Id: I7dfc1728ddd80b2dbd6652c838c11ab2414ad7b7
2017-03-29 13:57:45 +13:00
..
install.d Refactor docker cmd arg building 2017-02-20 16:27:54 -05:00
os-refresh-config/configure.d docker-cmd: simplify building config ids for delete 2017-03-29 13:57:45 +13:00
README.rst Move elements at the top level 2017-01-04 16:57:10 +01:00
element-deps Move elements at the top level 2017-01-04 16:57:10 +01:00

README.rst

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.