Hi all. I’m PHP developer and new on Docker.
I’m working on a project that need to be developed using Docker and I’ve got a question about how Docker deals with WordPress multisite network.
I don’t know very much about Docker so that’s why I’m here.
My project has a bunch of access every day so we will Docker to increse our infrastructure.
My question is: If a make a WordPress mulsite network Docker will deal with each site in the network as one container OR Docker will run WordPress into a single container that deals with all the WordPress network?
As I’ve said we have a lot of access every day so I was thinking about share my application into many containers (each site 1 container). Is that possible or is the better solution?
Thank you!