mirror of https://github.com/docker/docker-py.git
Correctly reference ConfigReference
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
This commit is contained in:
parent
934072a5e7
commit
ec63237da0
|
@ -206,8 +206,9 @@ class ServiceCollection(Collection):
|
||||||
the container's `hosts` file.
|
the container's `hosts` file.
|
||||||
dns_config (DNSConfig): Specification for DNS
|
dns_config (DNSConfig): Specification for DNS
|
||||||
related configurations in resolver configuration file.
|
related configurations in resolver configuration file.
|
||||||
configs (:py:class:`list`): List of :py:class:`ConfigReference`
|
configs (:py:class:`list`): List of
|
||||||
that will be exposed to the service.
|
:py:class:`~docker.types.ConfigReference` that will be exposed
|
||||||
|
to the service.
|
||||||
privileges (Privileges): Security options for the service's
|
privileges (Privileges): Security options for the service's
|
||||||
containers.
|
containers.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue