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
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/proxy/all/salt.proxy.docker.html