Practical DevOps
上QQ阅读APP看书,第一时间看更新

Factor 2 – dependencies

Explicitly declare and isolate dependencies. We will discuss dependency management in Chapter 5, Building the Code. Twelve Factors emphasizes that the final delivery should be self-contained, so it doesn't depend on the environment. Docker is a good example of this.