Преглед изворни кода

Merge pull request #1471 from datastream/patch-1

doc update
Alessandro Boch пре 8 година
родитељ
комит
b72225a005
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: