Documentation ¶
Index ¶
Constants ¶
View Source
const APIVersion = "1.40"
APIVersion defines maximum Docker Engine API version supported by this proxy.
View Source
const DockerUnixAddress = "/var/run/docker.sock"
DockerUnixAddress is the default address of the Docker unix socket.
View Source
const MinAPIVersion = "1.12"
MinAPIVersion defines minimum Docker Engine API version supported by this proxy.
View Source
const PodmanUnixAddress = "unix:///run/podman/io.podman"
PodmanUnixAddress is the default address of the Podman unix socket.
View Source
const ProxyVersion = "0.0.1"
ProxyVersion identified the dipod version.
Variables ¶
View Source
var ErrNotImplemented = errors.New("dipod: not implemented")
ErrNotImplemented is returned when functionality requested was not implemented yet.
Functions ¶
func ErrorMessage ¶
ErrorMessage returns a human-readable error message from go/varlink error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.