Kaydet (Commit) c5cc2388 authored tarafından Aashutosh Rathi's avatar Aashutosh Rathi Kaydeden (comit) Joffrey F

Update services.py

Signed-off-by: 's avatarAashutosh Rathi <aashutoshrathi@gmail.com>
üst f127a9ff
......@@ -302,8 +302,8 @@ class RestartPolicy(dict):
condition (string): Condition for restart (``none``, ``on-failure``,
or ``any``). Default: `none`.
delay (int): Delay between restart attempts. Default: 0
attempts (int): Maximum attempts to restart a given container before
giving up. Default value is 0, which is ignored.
max_attempts (int): Maximum attempts to restart a given container
before giving up. Default value is 0, which is ignored.
window (int): Time window used to evaluate the restart policy. Default
value is 0, which is unbounded.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment