The docker installation swoft environment appears to be unreachable

1. Official instructions for installation there are the following problems with installing swoft on win10 Docker Quickstart Terminal:
a.docker run-p 80:80 there is a denial of access to the direct installation of swoft/swoft, that is, a problem with port mapping processing; (I entered the container to see if the service is started)
b. Failed to start the installation container through docker-composer. The specific reason is not reported, and the reason is unknown.

this is a picture of problem a:
clipboard.png

clipboard.png

clipboard.png

b.evn

clipboard.png

clipboard.png

Aug.13,2021

docker ps-a View Container ID that failed to start
docker logs-f < Container ID > View Log

Menu