package container

import "github.com/docker/docker/api/server/router/container"

Index

Functions

func NewRouter

func NewRouter(b Backend, decoder httputils.ContainerDecoder, cgroup2 bool) 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 notify_unsupported.go

Version
v27.0.1+incompatible
Published
Jun 21, 2024
Platform
js/wasm
Imports
37 packages
Last checked
3 minutes ago

Tools for package owners.