Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerServer ¶
type DockerServer struct {
// contains filtered or unexported fields
}
DockerServer is the grpc server of dockershim.
func NewDockerServer ¶
func NewDockerServer(endpoint string, s dockershim.CRIService) *DockerServer
NewDockerServer creates the dockershim grpc server.
func (*DockerServer) Start ¶
func (s *DockerServer) Start() error
Start starts the dockershim grpc server.
Click to show internal directories.
Click to hide internal directories.