package socket

import "github.com/docker/cli/cli-plugins/socket"

Index

Constants

const EnvKey = "DOCKER_CLI_PLUGIN_SOCKET"

EnvKey represents the well-known environment variable used to pass the plugin being executed the socket name it should listen on to coordinate with the host CLI.

Functions

func ConnectAndWait

func ConnectAndWait(cb func())

ConnectAndWait connects to the socket passed via well-known env var, if present, and attempts to read from it until it receives an EOF, at which point cb is called.

func SetupConn

func SetupConn(conn **net.UnixConn) (string, error)

SetupConn sets up a Unix socket listener, establishes a goroutine to handle connections and update the conn pointer, and returns the environment variable to pass to the plugin.

Source Files

socket.go socket_darwin.go

Version
v25.0.0-rc.2+incompatible
Published
Jan 12, 2024
Platform
darwin/amd64
Imports
7 packages
Last checked
16 minutes ago

Tools for package owners.