mirror of
https://github.com/docker/cli.git
synced 2026-09-26 01:10:35 -04:00
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> Upstream-commit: d51ae591e0e4ae663b2ee2c1c9edb65f17793ad6 Component: engine
This commit is contained in:
committed by
rohitkadam19
parent
64b3ddbb50
commit
d5ad3ce832
@@ -161,8 +161,8 @@ Create a container
|
||||
"CapDrop": ["MKNOD"],
|
||||
"RestartPolicy": { "Name": "", "MaximumRetryCount": 0 },
|
||||
"NetworkMode": "bridge",
|
||||
"Devices": []
|
||||
"SecurityOpt": [""],
|
||||
"Devices": [],
|
||||
"SecurityOpt": [""]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user