mirror of https://github.com/docker/docs.git
commit
fcbfcca284
|
@ -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/)
|
||||
|
|
Loading…
Reference in New Issue