heat-templates/hot/software-config/heat-container-agent
Spyros Trigazis 1351cc322b Fix heat-container-agent
* use fedora base image from fedora registry
* fix ADD and run script
* move package install in Dockerfile for layers
* add zaqarclient

Change-Id: Iaa82fcd7af25ec81e982e6b170aa1d449f6e1166
2017-06-22 10:45:34 +02:00
..
scripts Fix heat-container-agent 2017-06-22 10:45:34 +02:00
Dockerfile Fix heat-container-agent 2017-06-22 10:45:34 +02:00
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