I want to try out a Wordpress container using the official image on Docker Hub
I don’t know if the image is bundled with MySQL when I run the container or does it require I point the container at an existing MySQL database I pre-configure before running the image.
Also is it possible w/o getting to complex to deploy a Wordpress container using an already existing PostgreSQL database? Wordpress appears to use MySQL by default but I prefer using PostgreSQL. Not sure if this is possible and or how complex it would be to point a container at PostgreSQL -vs- MySQL.
Appreciate any info on the below two questions:
1 - Does Wordpress image deploy MySQL as a dependency or do I need to have a separate container running MySQL?
2 - Can I point Wordpress at an existing PostgreSQL db?