比如我的一个应用程序依赖python3.0,但是我即将部署的OS上默认安装的是python2.5的。那么Docker是怎样解决这个依赖问题的?我自己发布的时候,把这个Python3.0打包进去?
我在Docker的github官网上看到这样的描述:
Docker solves dependency hell by giving the developer a simple way to express all their application's dependencies in one place, and streamline the process of assembling them
不太理解具体是怎样实现的?我给出我需要的环境依赖,其他由Docker来下载并配置好?
我在Docker的github官网上看到这样的描述:
Docker solves dependency hell by giving the developer a simple way to express all their application's dependencies in one place, and streamline the process of assembling them
不太理解具体是怎样实现的?我给出我需要的环境依赖,其他由Docker来下载并配置好?
