mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37811 from rallytime/bp-37789
Back-port #37789 to 2016.3
This commit is contained in:
commit
27703c54bc
1 changed files with 8 additions and 0 deletions
|
@ -1413,6 +1413,14 @@ def running(name,
|
|||
.. note::
|
||||
|
||||
This option requires Docker 1.2.0 or newer.
|
||||
privileged
|
||||
Give extended privileges to container.
|
||||
|
||||
.. code-block:: yaml
|
||||
foo:
|
||||
docker.running:
|
||||
- image: bar/baz:lates
|
||||
- privileged: True
|
||||
|
||||
extra_hosts
|
||||
Additional hosts to add to the container's /etc/hosts file. Can be
|
||||
|
|
Loading…
Add table
Reference in a new issue