When the docker of win10 subsystem is started, the port is not available

Error response from daemon: Ports are not available: listen tcp 0.0.0.0:1935: bind: An attempt was made to access a socket in a way forbidden by its access permissions.Solution:
1. Run cmd with administrator privileges
2.

net stop winnat

3. Restart docker

4.

net start winnat

Read More: