fix swarm api readme

Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
This commit is contained in:
jimmyxian 2015-03-30 20:37:23 +08:00
parent e1dac69cce
commit e5b594d018
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ GET "/containers/{name:.*}/attach/ws"
POST "/commit" POST "/commit"
POST "/build" POST "/build"
POST "/images/create" (pull implemented)
POST "/images/load" POST "/images/load"
POST "/images/{name:.*}/push" POST "/images/{name:.*}/push"
POST "/images/{name:.*}/tag" POST "/images/{name:.*}/tag"
@ -44,6 +43,7 @@ POST "/images/{name:.*}/tag"
* `GET "/containers/json"` : Containers started from the `swarm` official image are hidden by default, use `all=1` to display them. * `GET "/containers/json"` : Containers started from the `swarm` official image are hidden by default, use `all=1` to display them.
* `GET "/images/json"` : Use '--filter node=\<Node name\>' to show images of the specific node.
## Docker Swarm documentation index ## Docker Swarm documentation index