--Introduce security software called ESET and solve the problem that it is not displayed when trying to display the localhost page running on Docker with a browser.
--In this work, change the settings of the security software. It will be a little delicate work, so work carefully. ――When carrying out this work on a PC lent by the company, it is strongly recommended to consult with the administrator. ――The author is not responsible for any loss caused to your PC by carrying out this work. ――Please also check the links to the references listed at the end of this article.
--Start the local server of nginx with Docker that built the environment referring to the article written by my senior. -Laravel course starting with Docker-Docker edition -Laravel course starting with Docker --Laravel edition --With ESET's personal firewall "enabled", access the following on Google Chrome and when the top page of Laravel is displayed, the work is completed. - http://localhost:8080
--The top page of Laravel is not displayed even if you start the Docker container with ESET's personal firewall "enabled" and access [http: // localhost: 8080](http: // localhost: 8080) with a browser.
Start the Docker container.
Access the following with a browser.
You will be asked to allow traffic as you did earlier, so check the contents, select "Remember actions (create rules)" and click "Allow".
-Specific communication is blocked in Mac environment (when caused by "personal firewall function")
Recommended Posts