mirror of https://github.com/docker/docs.git
fix swarm api readme
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
This commit is contained in:
parent
e1dac69cce
commit
e5b594d018
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue