Developer advocate, software developer, movie lover, music listener, pizza eater, meat smoker

Posts tagged with: Docker

Upgrading the XM Cloud Introduction repository to Docker Compose v2

Wednesday, April 19, 2023

In case you haven’t heard, Docker has slowly been pushing people to migrate the latest version of Docker Compose, which is `v2`. This has culminated in the end of life for `v1`, which means that the functionality will be removed from all Docker Desktop versions as of Jun 2023.......

Accessing Container Environment Variables using Sitecore PowerShell Extensions

Wednesday, October 12, 2022

I recently had an issue where I needed to debug a Sitecore instance running in a Docker container. I needed to access the environment variables of the container, but didn't have access to the cluster to see the values.......

Running OrderCloud Headstart on Docker

Wednesday, February 9, 2022

Headstart is an example solution, showing you an opinionated method for building out a B2B shopping experience targeting your web channel, powered by Sitecore OrderCloud. You don’t have to follow Headstart when building your experiences using Sitecore OrderCloud, but it is meant show some example patterns that can be used to help you develop the functionality you need.......

Configuring forwarding headers for ASP.NET Core Applications running behind a reverse proxy

Wednesday, December 8, 2021

We’ve been working recently on an updated version of the Sitecore MVP Website. This site has been used for the MVP application process which has just been run, and we used an external federated authentication provider to allow people to create their accounts for the application process.......

Working with the Commerce Engine & Docker in Sitecore Experience Commerce 10.1

Thursday, May 13, 2021

Recently got to work with a developer who was new to working with Sitecore Experience Commerce on Docker. Now we have a lot of examples for how to work with Sitecore Experience Platform with Docker, things like......

Using VSCode to debug a .NET Core application running inside a Docker container

Friday, May 24, 2019

I have recently been creating a new .NET Core application, which I've been running inside of a Docker container. I've been creating this using VSCode so had to spend some time linking the IDE to the container so that I could use the debugging features. I wanted to document the process here for anyone else who wants to work with this setup......

Top Tags