package container

import "github.com/docker/cli/components/engine/api/server/router/container"

Index

Functions

func NewRouter

func NewRouter(b Backend, decoder httputils.ContainerDecoder) router.Router

NewRouter initializes a new container router

Types

type Backend

type Backend interface {
	// contains filtered or unexported methods
}

Backend is all the methods that need to be implemented to provide container specific functionality.

Source Files

backend.go container.go container_routes.go copy.go exec.go inspect.go

Version
v17.10.0-ce-rc1+incompatible
Published
Oct 4, 2017
Platform
windows/amd64
Imports
24 packages
Last checked
3 minutes ago

Tools for package owners.