Explorar o código

Merge pull request #28657 from erxian/fix-doc-about-service-create

fix doc about service create in docker_remote_api_v1.24.md
Sebastiaan van Stijn %!s(int64=8) %!d(string=hai) anos
pai
achega
85a99c8891
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      docs/api/v1.24.md

+ 3 - 3
docs/api/v1.24.md

@@ -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"
       },