mirror of https://github.com/docker/docker-py.git
Merge pull request #2711 from vlad-ro/fix-doc-formatting
Fix doc formatting
This commit is contained in:
commit
d065daf522
|
@ -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