package
23.0.0-beta.1+incompatible
Repository: https://github.com/nobidev/docker-cli.git
Documentation: pkg.go.dev
# Packages
Package commandconn provides a net.Conn implementation that can be used for proxying (or emulating) stream via a custom command.
Package ssh provides the connection helper for ssh:// URL.
# Functions
GetCommandConnectionHelper returns Docker-specific connection helper constructed from an arbitrary command.
GetConnectionHelper returns Docker-specific connection helper for the given URL.
GetConnectionHelperWithSSHOpts returns Docker-specific connection helper for the given URL, and accepts additional options for ssh connections.
# Structs
ConnectionHelper allows to connect to a remote host with custom stream provider binary.