mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Correct formatting in remote.md
Signed-off-by: Tom Denham <tom@tomdee.co.uk>
This commit is contained in:
parent
3745300f5a
commit
9e6378ad57
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@ Other entries in the list value are allowed; `"NetworkDriver"` indicates that th
|
|||
|
||||
After Handshake, the remote driver will receive another POST message to the URL `/NetworkDriver.GetCapabilities` with no payload. The driver's response should have the form:
|
||||
|
||||
{
|
||||
"Scope": "local"
|
||||
}
|
||||
{
|
||||
"Scope": "local"
|
||||
}
|
||||
|
||||
Value of "Scope" should be either "local" or "global" which indicates the capability of remote driver, values beyond these will fail driver's registration and return an error to the caller.
|
||||
|
||||
|
|
Loading…
Reference in a new issue