The docker build command builds Docker images from a Dockerfile and a “context”. A build’s context is the set of files located…

Building Docker Images: Copy and Commit
In order to copy to a container you need to: In order to commit the container: Note: You should only…

Building Docker Images
There are a number of ways in which you can create a docker image. These include: Copy And Commit In…

Sitecore Powershell: Alt Tags
As part of our ongoing work to improve the accessibility rating of our site, we needed to address the issue…

Sitecore Optimization: Minify HTML Page Output
As part of our steps to decrease page load time, we have configured a new pipeline HttpRequestProcessor to intercept the…

Sitecore Optimization: General Site Improvements
Some notes on steps applied to improve the speed of the font end site. Home Page: Previously we used one…

Sitecore Identity Server: Mapping Custom Fields and Roles from Azure AD
Today I needed to setup a Sitecore 9.3 Instance to only be accessible by users logging in from Azure AD.…