DockerAPI.Node (DockerAPI v0.3.0) View Source

Nodes are instances of the Engine participating in a swarm. Swarm mode must be enabled for these endpoints to work.

Official document

https://docs.docker.com/engine/api/v1.40/#tag/Node

Link to this section Summary

Link to this section Functions

Link to this function

delete(node, params \\ [])

View Source

Delete a node

Official document

https://docs.docker.com/engine/api/v1.40/#operation/NodeDelete

Example

Please help!

Link to this function

delete!(node, params \\ [])

View Source

DockerAPI.Node.delete/2

Inspect a node

Official document

https://docs.docker.com/engine/api/v1.40/#operation/NodeInspect

Example

Please help!

DockerAPI.Node.inspect/1

Link to this function

list(conn, params \\ [])

View Source

List nodes

Official document

https://docs.docker.com/engine/api/v1.40/#operation/NodeList

Example

Please help!

Link to this function

list!(conn, params \\ [])

View Source

DockerAPI.Node.list/2

Link to this function

update(node, params \\ [], body \\ %{})

View Source

Update a node

Official document

https://docs.docker.com/engine/api/v1.40/#operation/NodeUpdate

Example

Please help!

Link to this function

update!(node, params \\ [], body \\ %{})

View Source

DockerAPI.Node.update/3