mirror of https://github.com/docker/docker-py.git
Merge pull request #1505 from AntaresS/documentation-fix
documentation change
This commit is contained in:
commit
4011fa7d5c
|
|
@ -100,8 +100,8 @@ class ServiceCollection(Collection):
|
||||||
labels (dict): Labels to apply to the service.
|
labels (dict): Labels to apply to the service.
|
||||||
log_driver (str): Log driver to use for containers.
|
log_driver (str): Log driver to use for containers.
|
||||||
log_driver_options (dict): Log driver options.
|
log_driver_options (dict): Log driver options.
|
||||||
mode (str): Scheduling mode for the service (``replicated`` or
|
mode (ServiceMode): Scheduling mode for the service.
|
||||||
``global``). Defaults to ``replicated``.
|
Default:``None``
|
||||||
mounts (list of str): Mounts for the containers, in the form
|
mounts (list of str): Mounts for the containers, in the form
|
||||||
``source:target:options``, where options is either
|
``source:target:options``, where options is either
|
||||||
``ro`` or ``rw``.
|
``ro`` or ``rw``.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue