Merge pull request #536 from jimmyxian/master

fix swarm api readme
This commit is contained in:
Victor Vieux 2015-03-30 12:13:53 -07:00
commit fcbfcca284
1 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,6 @@ GET "/containers/{name:.*}/attach/ws"
POST "/commit"
POST "/build"
POST "/images/create" (pull implemented)
POST "/images/load"
POST "/images/{name:.*}/push"
POST "/images/{name:.*}/tag"
@ -44,10 +43,11 @@ 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 "/images/json"` : Use '--filter node=\<Node name\>' to show images of the specific node.
## Docker Swarm documentation index
- [User guide](./index.md)
- [Discovery options](./discovery.md)
- [Sheduler strategies](./scheduler/strategy.md)
- [Sheduler filters](./scheduler/filter.md)
- [User guide](https://docs.docker.com/swarm/)
- [Discovery options](https://docs.docker.com/swarm/discovery/)
- [Sheduler strategies](https://docs.docker.com/swarm/scheduler/strategy/)
- [Sheduler filters](https://docs.docker.com/swarm/scheduler/filter/)