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.12.0-ce-rc2+incompatible
- Published
- Dec 12, 2017
- Platform
- linux/amd64
- Imports
- 24 packages
- Last checked
- 4 minutes ago –
Tools for package owners.