Docker.Client
Summary↑
| delete(resource, headers \\ %{"Content-Type" => "application/json"}) | Send a DELETE request to the Docker API |
| get(resource, headers \\ %{"Content-Type" => "application/json"}) | Send a GET request to the Docker API at the speicifed resource |
| post(resource, data \\ "", headers \\ %{"Content-Type" => "application/json"}) | Send a POST request to the Docker API, JSONifying the passed in data |
Functions
Send a DELETE request to the Docker API.
Send a GET request to the Docker API at the speicifed resource.
Send a POST request to the Docker API, JSONifying the passed in data.