Posts

Kentico 13 - Containerisation of local development environment - Step by Step guide with script

I have recently done the Kentico 13 local development environment setup using containerisation, and I really enjoyed writing some new scripts and challenges with SQL 2019 window container and Traefik to access the container outside. If you are on Kentico this blog post will help you a lot. Here we go!! There are three major parts of Kentico Database (Microsoft SQL) Admin CMS (.Net Framework) Live Site (Consumer for the Admin CMS site, this will be hosted on the CD Server) (.Net Core) Now, My first challenge was to put all these three items inside the container, It looks easy right :)  The problem is there is no official docker window image for SQL 2019 so I have to create my custom image, I will share more details very soon. Steps -