How to build a LAMP environment on your local Docker. Build the following environment. Build on Windows 10 Pro.
Install Docker Desktop from the following site. https://www.docker.com/get-started
From the following, DL ApaLara.zip and place it in any location. https://github.com/shinjinakatamari/LAMP
Open DockerDeskTop, add a settings folder with settings> Resources> FILE SHARING, and click Apply & Restart.
Start the command prompt and move to the location folder with the following command.
cd c:¥ ・ ・ ・
Execute the following command to create and launch Docker.
docker-compose build
docker-compose up -d
http://localhost/ When you access the above, you will see the Laravel page.
http://localhost:8080/ Accessing the above will take you to the PHPMYAdmin page.