This library of Docker Compose yaml configuration file to run development environments on your pc.
Error invoking remote method 'docker-start-container': Error: (HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:1433 -> 0.0.0.0:0: listen tcp 0.0.0.0:1433: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
- Disable Hyper-V
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
- Reboot the computer
- Exclude Ports
netsh int ipv4 add excludedportrange protocol=tcp startport=(portnumber) numberofports=1
- Enable Hyper-V
dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
- Reboot the computer to take affect