diff options
Diffstat (limited to 'docs/client.rst')
-rw-r--r-- | docs/client.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/client.rst b/docs/client.rst index cd058fc..63bce2c 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -6,14 +6,14 @@ Client Creating a client ----------------- -To communicate with the Docker daemon, you first need to instantiate a client. The easiest way to do that is by calling the function :py:func:`~docker.client.from_env`. It can also be configured manually by instantiating a :py:class:`~docker.client.Client` class. +To communicate with the Docker daemon, you first need to instantiate a client. The easiest way to do that is by calling the function :py:func:`~docker.client.from_env`. It can also be configured manually by instantiating a :py:class:`~docker.client.DockerClient` class. .. autofunction:: from_env() Client reference ---------------- -.. autoclass:: Client() +.. autoclass:: DockerClient() .. autoattribute:: containers .. autoattribute:: images |