Sitecore on Docker
5 posts
Fix: Error (hresult:c00cee2b, message: Failed to commit configuration changes)
May 18, 2023
Issue While working on Dockerized Sitecore 10.2 project, I faced a weird issue of the CM container restarting repeatedly. Upon initial investigation, I found that the CM instance was not able to connect to the SQL server and hence it was keeping restarting. With this error, I was looking for the fixes to connect the […]
Read more →Apply .xdt transforms in Dockerized Sitecore
September 10, 2021
Hello, Sitecore devs! Recently I got a chance to work on a Sitecore project where the local development environment is on Docker. We set up the project with Sitecore 10.1 on Docker and started the development work. At one level we stuck up with the configuration file changes required to apply during the docker image […]
Read more →Setup Publishing Service Module for Dockerized Sitecore
July 25, 2021
Today, in this article, I will showcase how you can set up the Publishing Service Module for the Dockerized Sitecore. Here in this article, I’ll present step by step setup of the publishing service module inside the dockerized Sitecore. Let’s get started!!!! I am using the Boilerplate code repository below for this tutorial, provided for […]
Read more →Setup Coveo for Dockerized Sitecore
July 22, 2021
Challenge I just started working on a new project with Sitecore + Docker. In this project, one of the requirements is to use the Coveo search instead of Solr search. While we have a regular Sitecore setup for the development or production, the Coveo setup is straightforward. But I have Docker as the development environment […]
Read more →Fix: Invoke-WebRequest: The request was aborted: Could not create SSL/TLS secure channel
July 19, 2021
In this post, I’ll show you a quick fix for the error generated during the Docker image build for Sitecore. The error you get: Invoke-WebRequest: The request was aborted: Could not create SSL/TLS secure channel How to fix: This is generally the error due to the failed verification of SSL/TLS for the nuget.org feed SSL […]
Read more →