mirror of
https://github.com/docker/cli.git
synced 2026-09-27 17:56:04 -04:00
update the secret command docs
Signed-off-by: erxian <evelynhsu21@gmail.com> Upstream-commit: c22821014a8d951d7028f9d2888072c4d9f7c593 Component: engine
This commit is contained in:
@@ -4562,14 +4562,14 @@ image](#create-an-image) section for more details.
|
||||
"Placement": {},
|
||||
"Resources": {
|
||||
"Limits": {
|
||||
"MemoryBytes": 104857600.0
|
||||
"MemoryBytes": 104857600
|
||||
},
|
||||
"Reservations": {
|
||||
}
|
||||
},
|
||||
"RestartPolicy": {
|
||||
"Condition": "on-failure",
|
||||
"Delay": 10000000000.0,
|
||||
"Delay": 10000000000,
|
||||
"MaxAttempts": 10
|
||||
}
|
||||
},
|
||||
@@ -4579,7 +4579,7 @@ image](#create-an-image) section for more details.
|
||||
}
|
||||
},
|
||||
"UpdateConfig": {
|
||||
"Delay": 30000000000.0,
|
||||
"Delay": 30000000000,
|
||||
"Parallelism": 2,
|
||||
"FailureAction": "pause"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user