mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update the secret command docs
Signed-off-by: erxian <evelynhsu21@gmail.com>
This commit is contained in:
parent
5afdacb20e
commit
c22821014a
1 changed files with 3 additions and 3 deletions
|
@ -4562,14 +4562,14 @@ image](#create-an-image) section for more details.
|
||||||
"Placement": {},
|
"Placement": {},
|
||||||
"Resources": {
|
"Resources": {
|
||||||
"Limits": {
|
"Limits": {
|
||||||
"MemoryBytes": 104857600.0
|
"MemoryBytes": 104857600
|
||||||
},
|
},
|
||||||
"Reservations": {
|
"Reservations": {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"RestartPolicy": {
|
"RestartPolicy": {
|
||||||
"Condition": "on-failure",
|
"Condition": "on-failure",
|
||||||
"Delay": 10000000000.0,
|
"Delay": 10000000000,
|
||||||
"MaxAttempts": 10
|
"MaxAttempts": 10
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -4579,7 +4579,7 @@ image](#create-an-image) section for more details.
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"UpdateConfig": {
|
"UpdateConfig": {
|
||||||
"Delay": 30000000000.0,
|
"Delay": 30000000000,
|
||||||
"Parallelism": 2,
|
"Parallelism": 2,
|
||||||
"FailureAction": "pause"
|
"FailureAction": "pause"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue