Skip to main content

Posts

Featured

An exploration of Docker in Windows

 Docker's great. Running applications without cluttering up your machine with random installs is beneficial for a number of reasons. However, for years its power has been in the Linux space. Images are smaller, and everything just works. Docker for Windows? Everything does not "just work" all the time, at least not in my experience, and each roadblock seems to point to a toolkit that obviously has been playing second fiddle to its Linux counterpart. When researching this, I ran into all sorts of interesting things, including someone that set up a monolithic container running Windows Server Core, IIS, and a SQL database. My first thought on seeing that was "why not just use a VM?" There has to be a better way. I set out to see if I could put together a practical containerized application using Docker for Windows. My wheelhouse is .NET web development, so that seems like a logical place to begin. To start, I clean my system of all development apps, frameworks, and

Latest Posts

Get your .NET stuff done the right way

From Pitch to Build

Fixing a broken faceted search in Sitecore with Lucene

Nuke special characters in Sitecore RSS feeds

Troubleshooting RSS Feeds in Sitecore

When Personalization Suddenly Stops Working in Sitecore 8

Sitecore Serialization: Upgrading Unicorn 2 to Unicorn 3

Troubleshooting Sitecore Performance with Debug mode and the Profiler

Testing your .NET code without paying a gazillion dollars for analysis software - Part II: Getting Started with SonarQube