Do you recommend to use docker over using a xampp, does nginx has a control panel like xampp ?
@PrinsFrank3 ай бұрын
Docker is used in the majority of software companies, so the experience you get using it at home can be beneficial for professional environments as well. But if you already have set up XAMPP and have it fully configured, I'd recommend to focus on coding first and if you ever want to add services outside of XAMPP (like redis for example), to try switching to docker. In regards to the control panel: If you install the docker engine with Docker Desktop you'll get similar control over individual services like with XAMPP. Nginx is a web service like Apache is in xAmpp, so that itself doesn't have a control panel. Hope this helps!