package sockets
import "github.com/docker/docker/pkg/sockets"
Index ¶
- func ConfigureTCPTransport(tr *http.Transport, proto, addr string)
- func NewTcpSocket(addr string, tlsConfig *tls.Config, activate <-chan struct{}) (net.Listener, error)
- func NewUnixSocket(path, group string, activate <-chan struct{}) (net.Listener, error)
Functions ¶
func ConfigureTCPTransport ¶
func NewTcpSocket ¶
func NewTcpSocket(addr string, tlsConfig *tls.Config, activate <-chan struct{}) (net.Listener, error)
func NewUnixSocket ¶
Source Files ¶
- Version
- v1.8.3
- Published
- Oct 12, 2015
- Platform
- linux/amd64
- Imports
- 11 packages
- Last checked
- 53 seconds ago –
Tools for package owners.