How do you keep Docker up to date over multiple projects?
Hello!
Here's what I'm not understanding about Docker:
You have to essentially write out the environment for each project, so you will have a docker-compose file that will potentially change from one project to the next.
Say over time you have 10 projects, your oldest project is maybe running an outdated version of php described in the docker file. Or maybe some setting has changed... and this happens on each project.
How do you keep each docker configuration, of which there are now 10, up to date and in sync?
Maybe keep a repo with your up to date WordPress-Docker config and pull it down to each project?
Thanks!
[link] [comments]