package container
import "github.com/docker/docker/api/server/router/container"
Index ¶
- func NewRouter(b Backend, decoder httputils.ContainerDecoder, cgroup2 bool) router.Router
- type Backend
Functions ¶
func NewRouter ¶
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_linux.go
- Version
- v27.0.1+incompatible
- Published
- Jun 21, 2024
- Platform
- linux/amd64
- Imports
- 40 packages
- Last checked
- 15 minutes ago –
Tools for package owners.