Build, Test, and Deploy .NET Apps with Docker

I had the privilege of presenting at the Atlanta Code Camp this year on .NET and Docker. This talk covered some of the low level components that would be used to build out a DevOps pipeline for .NET apps in Docker — everything from building an app, testing and app, and pushing that app through…
Engine

Turbocharge WordPress With Docker

If you’ve ever dealt with WordPress, you’ve probably noticed that it’s not the fastest software out of the box. This is not inherently a problem with WordPress, as it is a complex app that runs on a cross platform technology. Performance of WordPress though can be improved with the combined effects of several small tweaks.…

Quick Start for Moby and LinuxKit

Docker has grown wildly in the last few years. It’s gone from a fledgling startup to a billion-dollar company, and now it’s got the attention of the enterprise. A number of changes have happened at Docker too – there’s been a leadership transition as well as Docker giving many of its core components over to…

How to Avoid a Docker Database Disaster

Containers are cool – and everyone and their mother is trying to get on board with them. While many applications are natural fit for containers in many cases, it feels like some applications are forced into containers so vendors can say, “Hey look at me! I do containers too!” This is particularly true of database…

Multi-Stage Builds with Docker

One of the most anticipated announcements in the Docker space when it comes to building images is Multi-Stage builds because of the huge benefits it gives to CI/CD pipelines in DevOps. Before this announcement, building software in a container usually involved creating a container with all the SDK’s and compilers in the container, uploading code…

Migrating Legacy ASP.NET apps to Docker

Many organizations, not wanting to rewrite applications, are figuring out how to take apps and containerize them for the cloud. Older operating systems are either end-of-life or approaching the end-of-life. Likewise, applications are increasingly being migrated to cloud hosts. The need to do this is as pressing as ever and containers offer a simple, viable…

Master Containers on Windows Server 2016

One of the most anticipated features of Windows Server 2016 is container services. Microsoft has worked closely with Docker to create this exciting new feature for on-premise CaaS. Wintellect senior consultant Blaize Stewart has created a webinar in which you can learn  all about the new technology, the types of containers you can deploy on Windows…

Learn About Azure Container Services

Azure Container Services is one of the hottest implementations of Containers-as-a-Service for many reasons. Unlike many other CaaS implentations, ACS is pure Docker, yet it is fully backed and supported by many popular tools for Azure administration. When deployed, it is production ready, secure, and easily scaled. This one-hour webinar will demonstrate the power and…

5 Tips for Migrating Web Sites to Azure Web Apps

Moving an existing web site to Microsoft’s Azure Web Apps has never been easier.  But if you want to leverage the cloud scalability of Azure, there are a few things to consider before you make the move. Don’t Use In-Proc Session Management Azure web apps are designed to be scaled out, meaning you will often…