package
1.9.3
Repository: https://github.com/containers/libpod.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

BatchContainerOp is a wrapper for the shared function of the same name.
ExecAttachCtr execs and attaches to a container.
GetRuntime returns a LocalRuntime struct with the actual runtime embedded in it.
GetRuntimeNoStore returns a localruntime struct with an embedded runtime but without a configured storage.
IsImageNotFound checks if the error indicates that no image was found.
ProxySignals ...
StartAttachCtr starts and (if required) attaches to a container if you change the signature of this function from os.File to io.Writer, it will trigger a downstream error.

# Constants

BridgeConnection proxy connection via ssh.
DefaultAPIAddress is the default address of the REST socket.
DefaultVarlinkAddress is the default address of the varlink socket.
DirectConnection socket connection to server.
Unknown connection type.

# Structs

Container ...
ContainerImage ...
Endpoint type and connection string to use.
LocalRuntime describes a typical libpod runtime.
Pod encapsulates the libpod.Pod structure, helps with remote vs.
PodContainerStats is struct containing an adapter Pod and a libpod ContainerStats and is used primarily for outputting pod stats.
RawTtyFormatter ...
Volume ...

# Type aliases

EndpointType declares the type of server connection.
VolumeFilter is for filtering volumes on the client.