more lxc docs

This commit is contained in:
Mathieu Le Marec - Pasquet 2015-05-23 14:45:43 +02:00
parent 608da5ef5d
commit d67a43dc1f

View file

@ -97,6 +97,16 @@ Here are the options to configure your containers:
List of DNS servers to use. This is optional.
minion
minion configuration (see :doc:`Minion Configuration in Salt Cloud </topics/cloud/config>`)
bootstrap_shell
shell for bootstaping nodes (default: /bin/sh)
script
deploy to salt-boostrap
script_args
arguments which are given to the bootstrap script.
the {0} placeholder will be replaced by the path which contains the
minion config and key files, eg::
bootstrap_args="-c {0}"
Using profiles: