Reputation: 5721
How to create work process for Docker in production. Now it works like this:
But if we are have only one registry any developer can crash production.
How to create a work process to fix this.
Upvotes: 1
Views: 117
Reputation: 1720
The common way is to create different environment, for example, "dev", "acceptance".
The flow would be :
There is lot of resources you can find about making a Deployment Pipeline, and in technology, there is OpenShift and Fabric8, even if it's the big artillery for your case.
Upvotes: 2