package
0.12.0
Repository: https://github.com/projectatomic/docker.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
GetStrategy returns the specific network strategy for the provided type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Loopback is a network strategy that provides a basic loopback device.
crosbymichael: could make a network strategy that instead of returning veth pair names it returns a pid to an existing network namespace.
Veth is a network strategy that uses a bridge and creates a veth pair, one that stays outside on the host and the other is placed inside the container's namespace.

# Interfaces

NetworkStrategy represents a specific network configuration for a container's networking stack.