WSL 2 and port forwarding

docker run -d -p 192.168.3.100:80:80 docker/getting-started

map your IP alias and port 80 of the host to port 80 in the container

-p 192.168.3.100:80:80