Browse code

update the secret command docs

Signed-off-by: erxian <evelynhsu21@gmail.com>
(cherry picked from commit c22821014a8d951d7028f9d2888072c4d9f7c593)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>

erxian authored on 2016/11/21 19:27:47
Showing 1 changed files
... ...
@@ -4562,14 +4562,14 @@ image](#create-an-image) section for more details.
4562 4562
         "Placement": {},
4563 4563
         "Resources": {
4564 4564
           "Limits": {
4565
-            "MemoryBytes": 104857600.0
4565
+            "MemoryBytes": 104857600
4566 4566
           },
4567 4567
           "Reservations": {
4568 4568
           }
4569 4569
         },
4570 4570
         "RestartPolicy": {
4571 4571
           "Condition": "on-failure",
4572
-          "Delay": 10000000000.0,
4572
+          "Delay": 10000000000,
4573 4573
           "MaxAttempts": 10
4574 4574
         }
4575 4575
       },
... ...
@@ -4579,7 +4579,7 @@ image](#create-an-image) section for more details.
4579 4579
         }
4580 4580
       },
4581 4581
       "UpdateConfig": {
4582
-        "Delay": 30000000000.0,
4582
+        "Delay": 30000000000,
4583 4583
         "Parallelism": 2,
4584 4584
         "FailureAction": "pause"
4585 4585
       },