Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CONTAINER_PORT = "1729" VpnImageName = "linuxserver/wireguard:latest" CONT_PATH_KEY = "kl.container.path" CONT_NAME_KEY = "kl.container.name" CONT_MARK_KEY = "kl.container" CONT_VPN_MARK_KEY = "kl.container.vpn" )
Variables ¶
View Source
var NotFoundErr = errors.New("container not found")
Functions ¶
func GetDockerHostIp ¶
func GetImageName ¶
func GetImageName() string
Types ¶
type ContainerConfig ¶
type ContainerConfig struct {
Name string
// contains filtered or unexported fields
}
type EnvironmentVariable ¶
Click to show internal directories.
Click to hide internal directories.