You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.
// PortMapping struct contains the container port (which is the original EXPOSEd port in a container) and the host port which is the port mapped to the container port
type PortMapping struct {
ContainerPort int
HostPort int
}
// Discover will attempt to return an array ofPortMapping, or an error