Consultant and trainer.
Microsoft MVP.
Pluralsight Author.

  Learn Docker in a Month of Lunches Learn Docker in a Month of Lunches - the book
  My Top Video Courses
 
 Books
 Courses

Docker on Windows: the Book

358 pages, 52 Dockerfiles and the word "Linux" is only used twice. This is Docker on Windows, a book all about running Windows applications in containers, powered by Docker.

Get the book on Amazon - and/or - Check out the code on GitHub

What are Docker containers?

Containers are a new way of running applications. You install Docker on your machine and run all your apps in lightweight, isolated units - called containers. Inside the container your app thinks it's running on a normal server, but actually it's sharing the operating system of the host.

All the containers share the host's operating system. There's no expensive virtualization layer like you have with VMs, so Docker containers are very efficient. Your app has practically zero performance impact from running in a container, but a server which could run maybe a dozen VMs could run hundreds of containers (and you only need one Windows licence for the server).

Docker containers on Windows

Docker containers all have the same shape. You can be running a Java app in one container, a NodeJS app in another and a .NET Framework app in a third. You package, distribute, run and administer all those apps in the same way. They're isolated from each other so you get increased security, but you can run containers in a virtual network so they can access each other, and they can access existing non-Dockerized services.

Yes, "Dockerize" is a real word.

So why do I care?

Docker is a platform that runs new and existing apps - you don't have to change your application to run it in Docker. Docker is great for underpinning digital transformations -like the transition to DevOps, or the move to the cloud, or microservice architectures. But the immediate value of Docker is in modernizing traditional applications:

Those old apps you've got which are expensive to maintain and risky to deploy. The ones with a million lines of code but no automated tests, so you need a week of manual testing for each release. The ones with a 30-page deployment document, and a release process that takes a whole team a whole weekend. The ones that you can only update three or four times a year because the release is so painful.

You can move an app like that into Docker in a couple of days. When you're done you'll have your old app running in a modern platform. Releases are automated, and what you release in production is the exact same thing you've tested in other environments. You can start breaking key features out of monolithic codebases and running them in separate containers, which means you can release upgrades more frequently.

Docker is transforming how people do IT.

Companies are looking to Docker to help them run their applications more efficiently and more securely, or to power their move to the cloud. Administrators are looking to Docker to make the deployment and management of applications faster, safer and more consistent. Developers are looking to Docker to modernize traditional applications, breaking down monoliths with a free choice of tech stack.

And I can do that on Windows?

Yes. Docker started in Linux and the platform matured over four years before Docker landed in Windows. You can run Docker on Windows 10 and Windows Server 2016, and you can Dockerize pretty much any server application - from a greenfield .NET Core Web API to a 10-year old ASP.NET Framework WebForms app.

Getting started is easy. Install Docker for Windows, run Image2Docker to extract an existing app from a Windows server into Docker, and start modernizing.

I did a webinar covering Docker on Windows - from 101 to Modernizing .NET apps which will get you going with the basics:

What will I learn from this book?

Everything you need to start running your Windows apps in Docker. I cover the whole journey, from the basics to deploying in a scalable, highly-available production environment.

On the way I show you how security works in Docker, how to add monitoring to Dockerized apps, how to run CI/CD with Docker, how to develop and debug in containers, and how administration looks in production.

There's a higher level too, with a chapter on container-first solution design, and the book finishes with guidance for implementing Docker in your own projects.

Get Docker on Windows and go Dockerize!


Share this article on
Author image
Written by Elton Stoneman
Microsoft MVP | Docker Captain | Pluralsight Author