#discovery-stage.hub.docker.com Docker Swarm comes with a simple discovery service built into the [Docker Hub](http://hub.docker.com) The discovery service is still in alpha stage and currently hosted at `https://discovery-stage.hub.docker.com` #####Create a new cluster `-> POST https://discovery-stage.hub.docker.com/v1/clusters` `<- ` #####Add new nodes to a cluster `-> POST https://discovery-stage.hub.docker.com/v1/clusters/ Request body: ":"` `<- OK` `-> POST https://discovery-stage.hub.docker.com/v1/clusters/ Request body: ":")` `<- OK` #####List nodes in a cluster `-> GET https://discovery-stage.hub.docker.com/v1/clusters/` `<- [":", ":"]` #####Delete a cluster (all the nodes in a cluster) `-> DELETE https://discovery-stage.hub.docker.com/v1/clusters/` `<- OK`