heat-templates/hot/software-config/heat-container-agent
Jason Dunsmore c7adc9c1a9 Apply tripleo-image-elements fixes to agent configs
Fix configuration of os-collect-config collectors and add zaqar
collector.

Change-Id: Ia4ed349f34b407947f35e3efe228653506fc6775
Closes-Bug: #1567584
2016-05-19 14:26:25 -05:00
..
scripts Apply tripleo-image-elements fixes to agent configs 2016-05-19 14:26:25 -05:00
Dockerfile Install docker-compose using pip 2016-01-13 16:57:40 +05:30
README.rst Boot config to deploy containers 2015-04-13 07:35:09 +05:30

README.rst

Steps to build container image with all container hooks

Docker build does not work with soft links. Therefore, convert all soft links to hardlinks.

$ find -type l -exec bash -c 'ln -f "$(readlink -m "$0")" "$0"' {} ;

Build docker image with container hooks.

$docker build -t xxxx/heat-container-agent ./

Push the image to docker hub.

$docker push xxxx/heat-container-agent