diff --git a/discovery/README.md b/discovery/README.md index 6f1aad7274..e322c5a1be 100644 --- a/discovery/README.md +++ b/discovery/README.md @@ -6,21 +6,26 @@ The discovery service is still in alpha stage and currently hosted at `http://di #####Create a new cluster `-> POST http://discovery.hub.docker.com/v1/clusters (data="")` + `<- ` #####Add new nodes to a cluster `-> POST http://discovery.hub.docker.com/v1/clusters/ (data="")` + `<- OK` `-> POST http://discovery.hub.docker.com/v1/clusters/token (data="")` + `<- OK` #####List nodes in a cluster `-> GET http://discovery.hub.docker.com/v1/clusters/token` + `<- ["", ""]` #####Delete a cluster (all the nodes in a cluster) `-> DELETE http://discovery.hub.docker.com/v1/clusters/token` + `<- OK`