Category: Docker

Using Windows Hosts Writer with Sitecore 10

Edit: This has been updated to denote the latest version: v2.0. View here. If you’ve been on twitter today, you’ve noticed quite a bit of buzz around the Sitecore Universe (SCUniverse – Pronounced “skju nɪ vɜrs”) with the news that Sitecore 10 has dropped! Play Marketing Buzzword Bingo with the Press Release here: https://www.sitecore.com/company/news-events/press-releases/2020/08/marketers-and-it-pros-jointly-win-with-launch Of…


Windows Hosts Writer – v 1.3

It’s been a hot minute since I’ve worked on the Windows Hosts Writer (WHW) and based on some feedback, a few changes were made: Now, WHW will listen to ANY network by default. No more having to remember to set it to nat or docker_default. You can still specify an override through the environment variable…


Docker Quality of Life: JSON over YAML

After the ninth formatting error in my docker-compose.yml file, I decided to google if you could actually use JSON instead. I heart JSON, for reals. Whaaaaaaa Ok, so that’s great news. You can quickly convert your YAML files over to JSON with some online tools. Here’s a good one: https://onlineyamltools.com/convert-yaml-to-json Simply paste your YAML file…


Maintain your Hosts file with a Docker Container

UPDATED – Read below! So while this doesn’t technically involve Sitecore, it’s been super helpful so far when working with some of the docker efforts I’ve been putting forward setting up Identity Server as well as Horizons. Those are still in the works though, so hold tight. The problem I’d been running into for those…


Yet Another Sitecore Docker Series – Part 9: Compose All the Things

It feels pretty good to get this whole thing running. Let’s make it easier. Let’s meet Docker Compose. Docker Compose is a utility that essentially helps with orchestration of containers. That just sounds badass! Docker Compose uses a docker-compose file which in the YAML format. Here’s an example we’ll be working with. The current GitHub …


Yet Another Sitecore Docker Series – Part 8: It’s Sitecore Time

Finally! AMIRITE? Now that we’ve spun our solr and sql containers up, it’s time to move to the big guns: The CM Server. I’m not going to cover the CD Server, as it’s fairly similar. XP topology is also not very far deviant from the concepts you’ve conquered so far. Let’s get to it. The… …


Yet Another Sitecore Docker Series – Part 7: Smooth as SQL

For what it’s worth, SQL should be a little bit easier than solr. This Container really just the base, SQL Image, then the Sitecore SQL Image on top of it. Let’s get cracking! Looking at the docker file in \windows\dependencies\mssql-developer-2017: …


Yet Another Sitecore Docker Series – Part 6: Simply Solr


Yet Another Sitecore Docker Series – Part 5: Deconstructing a Dockerfile


Yet Another Sitecore Docker Series – Part 4: Composing an Image