官术网_书友最值得收藏!

Separating dependencies

In the last chapter I Dockerized the legacy NerdDinner app and got it running, but without a database. The original application expected to use SQL Server LocalDB on the same host where the app is running. LocalDB is an MSI-based installation, and I can add it to the Docker image by downloading the MSI and installing it with RUN commands in the Dockerfile. But this means that when I start a container from the image, it has two functions: hosting a web application and running a database.

Having two functions in one container is not a good idea. What would happen if you wanted to upgrade your website without changing the database? Or what if you needed to do some maintenance on the database, which didn't impact the website? What if you need to scale out the website? By coupling the two functions together, you've added deployment risk, test effort, and administration complexity, and reduced your operational flexibility.

Instead I'm going to package the database in a new Docker image, run it in a separate container and use Docker's network layer to access the database container from the website container. SQL Server is a licensed product, but the free variant is SQL Server Express, which is available from Microsoft as an image on Docker Hub and comes with a production license. I can use this as the base for my image, building on it to prepare a preconfigured database instance, with the schema deployed and ready to connect to the web application.

主站蜘蛛池模板: 六枝特区| 科技| 汝城县| 英德市| 肇州县| 清镇市| 滦平县| 呼玛县| 吴堡县| 阿拉尔市| 云浮市| 尼玛县| 呼和浩特市| 防城港市| 申扎县| 尉氏县| 盐源县| 沾益县| 赤峰市| 南华县| 宜州市| 宕昌县| 叙永县| 云林县| 麟游县| 临颍县| 玛沁县| 密云县| 永定县| 海城市| 双江| 宜兴市| 台江县| 珠海市| 奉节县| 出国| 文水县| 察哈| 梧州市| 绩溪县| 南岸区|