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.
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.