Warning
This module will be removed from Salt in version 3009 in favor of the docker Salt Extension.
Docker Proxy Minion
New in version 2019.2.0.
docker
This proxy minion is just a shim to the docker executor, which will use the
docker.call
for everything except
state runs.
To configure the proxy minion:
proxy:
proxytype: docker
name: festive_leakey
It is also possible to just name the proxy minion the same name as the container, and use grains to configure the proxy minion:
proxy:
proxytype: docker
name: {{grains['id']}}
name
Name of the docker container
Always initialize
This should always be initialized
List of module executors to use for this Proxy Minion
Nothing needs to be done to shutdown