Browse code

Update docker_remote_api_v1.17.md

HostConfig had misplaced comma(,) for Devices and SecurityOpt keys. Corrected comma position.

Signed-off-by: rohitkadam19 <rohit.d.kadam@gmail.com>

Rohit Kadam authored on 2015/07/13 18:13:13
Showing 1 changed files
... ...
@@ -161,8 +161,8 @@ Create a container
161 161
                "CapDrop": ["MKNOD"],
162 162
                "RestartPolicy": { "Name": "", "MaximumRetryCount": 0 },
163 163
                "NetworkMode": "bridge",
164
-               "Devices": []
165
-               "SecurityOpt": [""],
164
+               "Devices": [],
165
+               "SecurityOpt": [""]
166 166
             }
167 167
         }
168 168