heat-templates/hot/software-config/elements/heat-config-docker-cmd
ricolin 20fb0efa11 Deprecate hooks in heat-templates
We already create repository `heat-agents` for hooks and will keep
maintain hooks there, so we should deprecate all hooks in
heat-templates and plan to remove it in futuer.

Change-Id: Ie2d89d5bab7db2bc6a2e171dc455098811519440
2018-02-07 16:50:34 +08:00
..
install.d Deprecate hooks in heat-templates 2018-02-07 16:50:34 +08:00
os-refresh-config/configure.d docker-cmd hook handle empty config file 2016-12-13 09:57:52 +13:00
README.rst docker-cmd hook 2016-11-04 16:13:18 +13:00
element-deps docker-cmd hook 2016-11-04 16:13:18 +13: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.