package
1.1.2
Repository: https://github.com/dmcgowan/docker.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
ListenAndServe sets up the required http.Server and gets it listening for each addr passed in and does protocol specific checking.
ServeApi loops through all of the protocols sent in to docker and spawns off a go routine to setup a serving http.Server for each.
ServeFD creates an http.Server and sets it up to serve given a socket activated argument.
ServeRequest processes a single http request to the docker remote api.

# Type aliases

No description provided by the author