Merge branch 'aashutoshrathi-restart_policy_typo'

This commit is contained in:
Joffrey F 2017-04-27 15:41:16 -07:00
commit 55ef7acd26
1 changed files with 2 additions and 2 deletions

View File

@ -302,8 +302,8 @@ class RestartPolicy(dict):
condition (string): Condition for restart (``none``, ``on-failure``, condition (string): Condition for restart (``none``, ``on-failure``,
or ``any``). Default: `none`. or ``any``). Default: `none`.
delay (int): Delay between restart attempts. Default: 0 delay (int): Delay between restart attempts. Default: 0
attempts (int): Maximum attempts to restart a given container before max_attempts (int): Maximum attempts to restart a given container
giving up. Default value is 0, which is ignored. before giving up. Default value is 0, which is ignored.
window (int): Time window used to evaluate the restart policy. Default window (int): Time window used to evaluate the restart policy. Default
value is 0, which is unbounded. value is 0, which is unbounded.
""" """