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

  • Docker on Windows
  • Elton Stoneman
  • 255字
  • 2021-07-02 19:53:23

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, just 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 a 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 and run it in a separate container using Docker's network layer to access the database container from the website container. SQL Server is a licensed product, but the free variant, SQL Server Express, is available from Microsoft as an image on the Docker Hub and comes with a production license. I can use that as the base for my image, building on it to prepare a pre-configured database instance, with the schema deployed and ready to connect to the web application.

主站蜘蛛池模板: 安塞县| 西华县| 岐山县| 马公市| 大同市| 三原县| 嫩江县| 普宁市| 乌拉特前旗| 张家口市| 山阳县| 灵璧县| 南阳市| 苍梧县| 图们市| 垫江县| 介休市| 象山县| 昌都县| 芜湖市| 阆中市| 阜城县| 衡水市| 年辖:市辖区| 兰考县| 荃湾区| 石景山区| 徐水县| 静乐县| 德清县| 嘉祥县| 黔江区| 沙雅县| 叙永县| 临海市| 余干县| 北票市| 汽车| 资溪县| 辽中县| 靖宇县|