This is a companion to my article on the Docker plugin for Heat.
DockerInc::Docker::Container
Properties
cmd
: ListCommand to run after spawning the container.
Optional property.
Example:
cmd: [ 'thttpd', '-C', '/etc/thttpd.conf', '-D', '-c', '*.cgi']
dns
: ListSet custom DNS servers.
Example:
dns: - 8.8.8.8 - 8.8.4.4
docker_endopint
: StringDocker daemon endpoint. By default the local Docker daemon will be used.
Example:
docker_endpoint: tcp://192.168.1.100:2375
env
: String