package portmapper

import "github.com/docker/docker/libnetwork/portmapper"

Index

Variables

var (
	// ErrUnknownBackendAddressType refers to an unknown container or unsupported address type
	ErrUnknownBackendAddressType = errors.New("unknown container address type not supported")
	// ErrPortMappedForIP refers to a port already mapped to an ip address
	ErrPortMappedForIP = errors.New("port is already mapped to ip")
	// ErrPortNotMapped refers to an unmapped port
	ErrPortNotMapped = errors.New("port is not mapped")
	// ErrSCTPAddrNoIP refers to a SCTP address without IP address.
	ErrSCTPAddrNoIP = errors.New("sctp address does not contain any IP address")
)

Source Files

mapper.go proxy.go

Version
v26.0.1+incompatible
Published
Apr 10, 2024
Platform
js/wasm
Imports
8 packages
Last checked
5 minutes ago

Tools for package owners.