salt.executors.docker

Docker executor module

New in version 2019.2.0.

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: 3004

Previous topic

salt.executors.direct_call

Next topic

salt.executors.splay