Ver código fonte

Remove extra comma in Image Pull API examples

Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
(cherry picked from commit 307c39c187f8785d8edae4bfd460e2dd0432626a)
Anton Tiurin 9 anos atrás
pai
commit
712cbdbe1f

+ 1 - 1
docs/reference/api/docker_remote_api_v1.22.md

@@ -1727,7 +1727,7 @@ Query Parameters:
     {
     {
             "username": "jdoe",
             "username": "jdoe",
             "password": "secret",
             "password": "secret",
-            "email": "jdoe@acme.com",
+            "email": "jdoe@acme.com"
     }
     }
         ```
         ```
 
 

+ 1 - 1
docs/reference/api/docker_remote_api_v1.23.md

@@ -1758,7 +1758,7 @@ Query Parameters:
     {
     {
             "username": "jdoe",
             "username": "jdoe",
             "password": "secret",
             "password": "secret",
-            "email": "jdoe@acme.com",
+            "email": "jdoe@acme.com"
     }
     }
         ```
         ```
 
 

+ 1 - 1
docs/reference/api/docker_remote_api_v1.24.md

@@ -1759,7 +1759,7 @@ a base64-encoded AuthConfig object.
     {
     {
             "username": "jdoe",
             "username": "jdoe",
             "password": "secret",
             "password": "secret",
-            "email": "jdoe@acme.com",
+            "email": "jdoe@acme.com"
     }
     }
         ```
         ```