Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeDocker ¶
type RuntimeDocker struct {
dockershim.DockerService
}
RuntimeDocker serves the Contivshim gRPC api which will be consumed by contivshim
func NewRuntimeDocker ¶
func NewRuntimeDocker(dockerRuntimeEndpoint string, streamingConfig *streaming.Config, cniNetDir string, cniPluginDir string, cgroupDriver string, dockerRuntimeRootDir string) (*RuntimeDocker, error)
NewRuntimeDocker initializes a docker runtime using CNI conifugration
func (*RuntimeDocker) Serve ¶
func (s *RuntimeDocker) Serve(addr string) error
Serve starts dockershim gRPC server at unix://addr
func (*RuntimeDocker) ServiceName ¶
func (s *RuntimeDocker) ServiceName() string
ServiceName prints the Service name
Click to show internal directories.
Click to hide internal directories.