Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 4
    Not exactly answering this question, but also if you need a special format on your requests, e.g., using REST, you can use other tools such as curl instead to get it done for you automatically. E.g.: curl --unix-socket /var/run/docker.sock http://localhost/images/json | jq Commented Nov 10, 2021 at 8:23
  • @aderchox, I believe you meant HTTP(S). REST does not imply HTTP. Commented Oct 27, 2022 at 13:58