salt.executors.docker module

Docker executor module

Used with the docker proxy minion.

salt.executors.docker.allow_missing_func(function)

Allow all calls to be passed through to docker container.

The docker call will use direct_call, which will return back if the module was unable to be run.

salt.executors.docker.execute(opts, data, func, args, kwargs)

Directly calls the given function with arguments

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2019.2.1

Previous topic

salt.executors.direct_call module

Next topic

salt.executors.splay module