Documentation ¶
Overview ¶
Package docker implements helper functions we use while running under Docker. This should only be used for development purposes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLocalhostFallbackRoundTripper ¶
func NewLocalhostFallbackRoundTripper(transport http.RoundTripper) http.RoundTripper
NewLocalhostFallbackRoundTripper returns an http.RoundTripper that will retry requests to localhost that fail with ECONNREFUSED by rewriting the request to use host.docker.internal.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.