瀏覽代碼

fix json

Signed-off-by: user.name <datastream@datastream-laptop.local>
Signed-off-by: datastream <guxianjie@gmail.com>
Xianjie 8 年之前
父節點
當前提交
32e713eca6
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      libnetwork/docs/ipam.md

+ 3 - 3
libnetwork/docs/ipam.md

@@ -212,8 +212,8 @@ A successful response is in the form:
 
 
 	{
-		Address: string
-		Data:    map[string]string
+		"Address": string
+		"Data":    map[string]string
 	}
 
 
@@ -230,7 +230,7 @@ For this API, the remote driver will receive a POST message to the URL `/IpamDri
 
     {
 		"PoolID": string
-		"Address: string
+		"Address": string
     }
     
 Where: