DEV Community

Discussion on: Is Docker the New Git?

Collapse
 
ahmadalli profile image
ahmadali shafiee • Edited

You can set up a ci/cd system (like what gitlab is offering) to have this flow:

Whenever a new commit came into mater branch, update the production docker image
Then have gitlab (or your automated deployment system) update images in your swarm