How would I set up a LAMP stack?

I’ve set up a LAMP stack (for Wordpress, but it’s so generic it should work for other setups) using the generic MariaDB docker image and a PHP+Apache docker image. I’m using two podman containers that share networking and namespace through a podman pod. Very easy to set up, I guess I could make a script for it or even generate a kube yaml file, but it’s just three commands, so I didn’t bother.

I posted instructions in another thread: Why don't toolbox containers include sytemd? - #11 by evenreven

Since this is the Silverblue forum, I would advise against using Docker and docker-compose.yml files. podman-compose is promising, but not quite there yet, you’re better off using podman pods.