DockerAPI.Service (DockerAPI v0.3.0) View Source
Services are the definitions of tasks to run on a swarm. Swarm mode must be enabled for these endpoints to work.
Official document
Link to this section Summary
Functions
Create a service
Delete a service
Inspect a service
List services
Unimplemented: Get service logs
Update a service
Link to this section Functions
Create a service
Official document
https://docs.docker.com/engine/api/v1.40/#operation/ServiceCreate
Example
Please help!
Delete a service
Official document
https://docs.docker.com/engine/api/v1.40/#operation/ServiceDelete
Example
Please help!
Inspect a service
Official document
https://docs.docker.com/engine/api/v1.40/#operation/ServiceInspect
Example
Please help!
List services
Official document
https://docs.docker.com/engine/api/v1.40/#operation/ServiceList
Example
Please help!
Unimplemented: Get service logs
Official document
https://docs.docker.com/engine/api/v1.40/#operation/ServiceLogs
Example
Please help!
Update a service
Official document
https://docs.docker.com/engine/api/v1.40/#operation/ServiceUpdate
Example
Please help!