These resources are not enabled by default.
This resource is not enabled by default.
This plugin enables the use of Docker containers in a Heat template and requires the docker-py package. You can find more information in the DOCKER_README.
UNSUPPORTED - This resource is not supported, use at your own risk.
Available since 2015.1 (Kilo)
[]
Available since 2015.1 (Kilo)
[]
[]
Available since 5.0.0 (Liberty)
Available since 5.0.0 (Liberty)
[]
"rwm"
""
false
false
Available since 2015.1 (Kilo)
false
Available since 2015.1 (Kilo)
{}
0
"no"
false
false
""
{}
""
heat_template_version: 2015-04-30
...
resources:
...
the_resource:
type: DockerInc::Docker::Container
properties:
cap_add: [String, String, ...]
cap_drop: [String, String, ...]
cmd: [Value, Value, ...]
cpu_set: String
cpu_shares: Integer
devices: [{"path_on_host": String, "path_in_container": String, "permissions": String}, {"path_on_host": String, "path_in_container": String, "permissions": String}, ...]
dns: [Value, Value, ...]
docker_endpoint: String
env: [Value, Value, ...]
hostname: String
image: String
links: {...}
memory: Integer
name: String
open_stdin: Boolean
port_bindings: {...}
port_specs: [Value, Value, ...]
privileged: Boolean
read_only: Boolean
restart_policy: {"Name": String, "MaximumRetryCount": Integer}
stdin_once: Boolean
tty: Boolean
user: String
volumes: {...}
volumes_from: [Value, Value, ...]
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.