moby--moby/libnetwork/portmapper
Eng Zer Jun c55a4ac779
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated in Go 1.16. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-08-27 14:56:57 +08:00
..
mapper.go portmapper: minor linting fix, and comment purpose of newProxy variable 2021-06-17 10:27:31 +02:00
mapper_linux.go Fix libnetwork imports 2021-06-01 21:51:23 +00:00
mapper_linux_test.go libnetwork: remove unused "testutils" imports 2021-08-18 14:20:37 +02:00
mapper_windows.go Fix libnetwork imports 2021-06-01 21:51:23 +00:00
mock_proxy_test.go portmapper: move mockProxyCommand to a _test file 2021-06-17 10:27:34 +02:00
proxy.go portmapper: don't compile linux-only code on Windows 2021-06-17 10:27:29 +02:00
proxy_linux.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
proxy_windows.go Pick a random host port if the user does not specify a host port. 2019-04-22 17:43:27 +00:00