Fordevelopmentandoperation([DevOps](https://zh.wikipedia.org/wiki/DevOps))people, desirable thing is to create or configure at once and run normally anywhere.
CI/CDcanbeachievedbycustomizingapplicationmirrorswithDocker.Developerscanbuildimageswith[Dockerfile](../image/dockerfile/)anduse[ContinuousIntegration](https://en.wikipedia.org/wiki/Continuous_integration) for integration testing. Operators can deply product environment quickly with this images, even use [Continuous Delivery/Deployment](https://en.wikipedia.org/wiki/Continuous_delivery) for automatic deployment.
Dockeruseslayeredstorageandmirrortechnology,soitiseasiertoreusetherepetitivepartsoftheapplicationandsimplertoexpandtheimagebasedonthebasicmirror.Inaddition,theDockerteammaintainalotofhigh-quality[officialimages](https://hub.docker.com/search/?type=image&image_filter=official) together with various open source project team. It can be used directly in the production environment and customed which greatly reducing the cost of image production of application services.