mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Use default port range in unit tests
Signed-off-by: Michal Minar <miminar@redhat.com> Upstream-commit: fcf8e85a35cddfd1f75f652a513015bb6f169257 Component: engine
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
func init() {
|
||||
beginPortRange = DefaultPortRangeStart
|
||||
endPortRange = DefaultPortRangeStart + 500
|
||||
endPortRange = DefaultPortRangeEnd
|
||||
}
|
||||
|
||||
func reset() {
|
||||
|
||||
Reference in New Issue
Block a user