Documentation
¶
Overview ¶
Package hostinfo answers questions about the host environment that Tailscale is running on.
TODO(bradfitz): move more of control/controlclient/hostinfo_* into this package.
Index ¶
Constants ¶
View Source
const ( KNative = EnvType("kn") AWSLambda = EnvType("lm") Heroku = EnvType("hr") AzureAppService = EnvType("az") )
Variables ¶
This section is empty.
Functions ¶
func InContainer ¶
func InContainer() bool
InContainer reports whether we're running in a container.
Types ¶
Click to show internal directories.
Click to hide internal directories.