docker http rest - passing in filters into task endpoint
This post show an example how to post query parameters into a dockers REST http service, specifically the swarm service task list.
The code below shows an example :- please replace "lalaland" with the name of your swarm service.
http://my-docker-swarm:2375/v1.35/tasks?filters={"name":{"lalaland":true}}
Comments