Docker.Client (docker v0.4.0)
Link to this section Summary
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.
Link to this section Functions
Link to this function
client()
Link to this function
delete(resource, opts \\ [])
Send a DELETE request to the Docker API.
Link to this function
get(resource, opts \\ [])
Send a GET request to the Docker API at the speicifed resource.
Link to this function
post(resource, data \\ %{}, opts \\ [])
Send a POST request to the Docker API, JSONifying the passed in data.