Hi,
I’m new on the docker world and I would like to use the best practices. I’m developing a Wordpress site with docker. I’m using Docker compose to use a MySql image and a Wordpress image. The question is:
If I’m doing lots of modifications and I would like to save them into my docker hub what is the best method to do it? I mean, I know how to save a simple container but a project with multiple container? Do I have to build a image PER container and save the docker-compose.yml? It doesn’t seem to be the best way…
Thank you!