mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #40118 from rallytime/cli-example
Add CLI Example for dockerng.get_client_args
This commit is contained in:
commit
d2e376e8f2
1 changed files with 6 additions and 0 deletions
|
@ -6011,6 +6011,12 @@ def get_client_args():
|
|||
|
||||
.. _`low-level API`: http://docker-py.readthedocs.io/en/stable/api.html
|
||||
salt myminion docker.get_client_args
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
salt myminion docker.get_client_args
|
||||
'''
|
||||
try:
|
||||
config_args = _argspec(docker.types.ContainerConfig.__init__).args
|
||||
|
|
Loading…
Add table
Reference in a new issue