Posts

Showing posts from March, 2023

Are you facing SQL and SOLR Errors when trying to install Sitecore 10.3 with Docker ?

Image
Weird error when trying to install Sitecore 10.3 with Docker Introduction I was trying to install Sitecore 10.3 with Docker containers in my local machine when I found some peculiar errors. The errors were about starting the mssql and solr services. The reason I am writing this post is so it can help others that are having the same issue. Let's start with the baiscs. I was trying to install Sitecore 10.3 with the following link:  Install Sitecore 10.3 with Docker . The Problem Everthing was running smoothly on the installation. The problem starts a few minutes after I run the command: docker-compose up -d When I run the above command everyhting seemed  to be in order and in place. So I said, yeah let's continue and Sitecore 10.3 will be installed within a few minutes. I went for a break and left my laptop running the compose script for about 20min, and when I returned excited to start using the new Sitecore platform I found a surprise. The surprise was that I found errors ...