Skip to content

Common Fixes

Port already in use

If docker complains that the port can not be bound and is already in use

check if the port already used

netstat -aon

check if the port is exluded

netsh int ipv4 show excludedportrange protocol=tcp

cleanup all network devices

netcfg -d