We are currently running SonarQube 10.2 in a Docker container on Linux using a PostgreSQL 12 database on a Windows Server. We need to move the database, to Linux.
It would be so easy to run the database in a Docker container as well as opposed to install it on the system.
But is it advisable for production? What are the current recomendations for running a production database in Docker?
Regards, Vincent