kolla/docker/base/curlrc

9 lines
201 B
Plaintext

# curl default options
--fail
--location
--retry 5
--retry-all-errors
--silent
--show-error
--write-out "curl (%{url_effective}): response: %{http_code}, time: %{time_total}, size: %{size_download}\n"