heat/contrib/heat_docker
LiangChen 3944fe1c7f Docker plugin add read_only property
Docker 1.5 and docker-py 1.0.0 support the read_only parameter when
starting containers(docker run --read-only).

By using this capability in combination with volumes, you can make sure
containers only persist data where it can be managed in a known location.

we should support it in the heat-docker

Change-Id: I6fdc3e46bb86b387a187f8fceb22997daed0a9f1
Closes-bug: #1430211
2015-03-25 18:38:42 +08:00
..
heat_docker Docker plugin add read_only property 2015-03-25 18:38:42 +08:00
README.md Rename docker directory to heat_docker 2014-08-28 23:42:24 -04:00
requirements.txt Rename docker directory to heat_docker 2014-08-28 23:42:24 -04:00
setup.cfg Rename docker directory to heat_docker 2014-08-28 23:42:24 -04:00
setup.py Rename docker directory to heat_docker 2014-08-28 23:42:24 -04:00

README.md

Docker plugin for OpenStack Heat

This plugin enable using Docker containers as resources in a Heat template.

1. Install the Docker plugin in Heat

NOTE: These instructions assume the value of heat.conf plugin_dirs includes the default directory /usr/lib/heat.

To install the plugin, from this directory run: sudo python ./setup.py install

2. Restart heat

Only the process "heat-engine" needs to be restarted to load the new installed plugin.