12
Ederbit
5y

Docker is awesome for minimizing environment problems.

Current side project needed a database, a web server with php and a transpiler server running. Before, other people developed using XAMPP on windows. I dockerized the project and have now just one build script setting up everything the app needs, regardless of the underlying operating system.

Comments
  • 4
    This, we set everything up as well and some people still wanted to use xampp... Sure do whatever you want.
    "Codex my database is broken"
    You are using an old database system. Manually update or use Docker.
    "codex, this PHP script is giving errors"
    Yeah your settings are incorrect.
    "codex?"
    Use docker and you wont have those issues....
Add Comment