The Wayback Machine - https://web.archive.org/web/20200613045925/https://github.com/topics/docker-api
Skip to content
#

docker-api

Here are 49 public repositories matching this topic...

polygonhell
polygonhell commented Feb 22, 2018

The docker docs are pretty bad for optional args to any of the commands but

To filter a service by name in the task API you need a request of the form

curl -v --unix-socket /var/run/docker.sock -X GET http:/v1.32/tasks?filters=%7B%22service%22%3A%7B%22service_name%22%3Atrue%7D%7D

The request library is restructuring the query part of the URI to something like

`curl -v --unix-socket /

Improve this page

Add a description, image, and links to the docker-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the docker-api topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.