mirror of https://github.com/docker/docker-py.git
Fix doc formatting
Signed-off-by: Vlad Romanenko <vlad.romanenko@hotmail.com>
This commit is contained in:
parent
b3aa239432
commit
56d4b09700
|
@ -497,7 +497,7 @@ class APIClient(
|
|||
Args:
|
||||
dockercfg_path (str): Use a custom path for the Docker config file
|
||||
(default ``$HOME/.docker/config.json`` if present,
|
||||
otherwise``$HOME/.dockercfg``)
|
||||
otherwise ``$HOME/.dockercfg``)
|
||||
|
||||
Returns:
|
||||
None
|
||||
|
|
|
@ -109,7 +109,7 @@ class DaemonApiMixin(object):
|
|||
the Docker server.
|
||||
dockercfg_path (str): Use a custom path for the Docker config file
|
||||
(default ``$HOME/.docker/config.json`` if present,
|
||||
otherwise``$HOME/.dockercfg``)
|
||||
otherwise ``$HOME/.dockercfg``)
|
||||
|
||||
Returns:
|
||||
(dict): The response from the login request
|
||||
|
|
Loading…
Reference in New Issue