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:
|
Args:
|
||||||
dockercfg_path (str): Use a custom path for the Docker config file
|
dockercfg_path (str): Use a custom path for the Docker config file
|
||||||
(default ``$HOME/.docker/config.json`` if present,
|
(default ``$HOME/.docker/config.json`` if present,
|
||||||
otherwise``$HOME/.dockercfg``)
|
otherwise ``$HOME/.dockercfg``)
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
None
|
None
|
||||||
|
|
|
@ -109,7 +109,7 @@ class DaemonApiMixin(object):
|
||||||
the Docker server.
|
the Docker server.
|
||||||
dockercfg_path (str): Use a custom path for the Docker config file
|
dockercfg_path (str): Use a custom path for the Docker config file
|
||||||
(default ``$HOME/.docker/config.json`` if present,
|
(default ``$HOME/.docker/config.json`` if present,
|
||||||
otherwise``$HOME/.dockercfg``)
|
otherwise ``$HOME/.dockercfg``)
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
(dict): The response from the login request
|
(dict): The response from the login request
|
||||||
|
|
Loading…
Reference in New Issue