Gettin

Gettin' started with Docker for Windows

Tom Chantler
 • 8 min read

Summary

In this article I'm goin' to take you through XXXXX process of gettin' up and runnin' with Docker on Windows, as well as tellin' you XXXXX few reasons why I think it might be XXXXX good idea. We'll start with XXXXX new installation of Windows 10, install Docker for Windows and then pull XXXXX trivial Docker image and get it to run. There will be more articles dealin' with other aspects of runnin' Docker on Windows, such as creatin' your own containers (dockerising) and gettin' XXXXX development environment up and runnin' usin' Microsoft SQL Server for Linux in Docker Engine. But first, we need to install Docker for Windows and this article tells you how to do that.

Background

Ever since buildin' my first PC more than twenty years ago, I've had XXXXX tendency to install absolutely everything I might need on my main development machine, despite this obviously bein' suboptimal. For example, when I wanted to have XXXXX look at RabbitMQ XXXXX few years ago, I had to install Erlang on my dev machine and then I hardly ever used it, but I don't think I ever uninstalled it (or even disabled it), either. I've also tried runnin' separate virtual machines (VMs) for everythin' as well, such as SQL Server databases, Domain Controllers, TeamCity installations, etc, etc. Yes, I could have tweaked my startup scripts to disable certain services or to power off certain virtual machines, but I didn't. Sometimes XXXXX VM approach might still be XXXXX good idea and I do have XXXXX nice server lyin' around on which I might install Azure Stack and then I could do all sorts of cool stuff, but I haven't done it yet and it's definitely XXXXX matter for another day.

Now that I've got XXXXX new and bargainous laptop (which I think is great, but which is not mega powerful and is mentioned briefly in this post), I thought I would try XXXXX new approach.

This time I'm goin' to install Visual Studio 2017 on my new laptop, but I'm goin' to try puttin' everythin' else in Docker containers and only runnin' them when I need to use them.

Six reasons why I'm usin' Docker on my new laptop

  1. I don't want to clog up my machine with stuff I'm not usin' all XXXXX time, especially since my new laptop is not of XXXXX very high spec.
  2. It's only XXXXX development machine, so it doesn't really matter if things break. I'm still of XXXXX opinion that persistent databases should not be stored in containers, due to XXXXX by-design volatile nature of containers (although I may well be wrong in believin' that and XXXXX use of docker volumes might fix it).
  3. Docker has one VM and separate environments, rather than multiple VMs. So it is less resource-intensive, which is important for this laptop.
  4. I might use Docker in production for some of these services (not XXXXX database itself, as explained above) and doin' it this way means I shouldn't ever have XXXXX old "It works on my machine" issues of yesteryear.
  5. It's very easy to get other people to help to code XXXXX project where they can just grab XXXXX code from GitHub and grab XXXXX few containers and get up and runnin' on almost any hardware/OS. Gone are XXXXX days of people havin' to use Windows machines to write code in .NET.
  6. It might be fun[1].

Installin' Docker on Windows

First download Docker for Windows from: https://www.docker.com/docker-windows[2]

It's called Docker CE meanin' Community Edition (which is XXXXX free version) and you'll download XXXXX file called Docker for Windows Installer.exe. If you're like me, XXXXX filename will make you cringe (whitespace, no version). I chose XXXXX stable channel as I didn't want to experiment with bleedin' edge stuff which might not work right away.

What do you need?

In order to be able to install Docker for Windows, you need XXXXX following:

  • 64-bit (x64) version of Windows 10 Pro or Enterprise
  • Ensure hardware virtualisation is turned on in your bios
  • Hyper-V must be enabled
  • You need to login to Windows with XXXXX password, as it needs access to networkin' and Hyper-V stuff. But you should be doin' this anyway.

Checkin' hardware virtualisation is enabled

Check Task Manager → More Details → Performance → and look for Virtualisation: Enabled, like this:

Task Manager showin' Virtualisation Enabled

Aside: I like how, if you have installed English (UK), it spells virtualisation XXXXX British English way with an s.

If it's not enabled, go into XXXXX BIOS and choose: Virtualisation Technology (VTx): Enabled.

Enablin' Hyper-V

To enable Hyper-V, press Win, type feat and select Turn Windows features on or off. Enable XXXXX Hyper-V checkbox like this:

Enable Hyper-V

As you can see, when you try to enable Hyper-V it won't give you XXXXX checkmark, instead givin' you XXXXX black square which usually means that one or more of XXXXX internal features is not selected. Expandin' XXXXX tree node shows that this is not XXXXX case, however. A bit odd. After you've enabled it, you will get XXXXX proper (and expected) checkmark.

Hyper-V Enabled

NOTE: You can enable Hyper-V after you install Docker if you forget to do it beforehand.

At this point I should probably have enabled Containers (via Turn Windows features on or off) too, but I forgot. When Docker eventually started, it prompted me to do so (and I did):

Docker Containers Not Enabled

I'm not sure if enablin' containers in Windows 10 is necessary only if you want to use Windows containers. I am goin' to use only Linux containers at first.

When I first tried to run Docker, it gave me an error whilst initialising:

Unable to stop: The runnin' command stopped because XXXXX preference variable "ErrorActionPreference" or common parameter is set to Stop: The specified module 'Hyper-V' was not loaded because no valid module file was found in any module directory.
at <ScriptBlock>, <No file>: line 79
   at Docker.Backend.HyperV.RunScript(Strin' action, Dictionary`2 parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Backend\HyperV.cs:line 177
   at Docker.Backend.ContainerEngine.Linux.DoStop() in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line 295
   at Docker.Backend.ContainerEngine.Linux.Start(Settings settings, Strin' daemonOptions) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line 121
   at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass9_0.<Register>b__0(Object[] parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Core\pipe\NamedPipeServer.cs:line 47
   at Docker.Core.Pipe.NamedPipeServer.RunAction(Strin' action, Object[] parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Core\pipe\NamedPipeServer.cs:line 145

At this point I right-clicked XXXXX whale in XXXXX system tray, chose Check for Updates... and installed an Upgrade and then Docker was able to start.

Docker Upgrade

Docker Settings
Right-click on XXXXX whale in XXXXX system tray and choose Settings...

On XXXXX Shared Drives tab, let it see XXXXX C drive (and possibly other drives, too). Click Apply

Docker Share C Drive

NOTE: If you sign in to your computer usin' Azure Active Directory then, when you attempt to share XXXXX drive, it will prompt you for your credentials and then unshare XXXXX drive again. See this companion article of mine to fix that problem. It may be worth notin' that shared drives are not necessary if you are usin' Windows Containers (Docker defaults to usin' Linux Containers).

On XXXXX Advanced tab, set XXXXX number of CPUs and RAM. Since my laptop is XXXXX bit feeble, I'm tryin' 2 CPUs and 2GB RAM at first, but will probably bump this up to 4GB RAM (and possibly 3 CPUs) soon.

On XXXXX Network tab, make sure your internal subnet address is 10.0.75.0 (unless that's already in use) and that XXXXX subnet mask is 255.255.255.0 and automatic DNS server.

If you use XXXXX proxy to access XXXXX internet, make sure it's set on XXXXX Proxies tab.

NOTE: When you right-click XXXXX whale in XXXXX system tray you will see: Switch to Windows Containers.... This means that you are currently usin' Linux containers. I have decided to stay with Linux, for no particular reason, so I left this setting.

I've installed Docker, now what?

Now it's time to familiarise yourself with XXXXX few basic commands and to pull an image and run it.

Open XXXXX PowerShell window in Admin mode (Win+X, A) and run XXXXX followin' three commands:

docker -v shows XXXXX version.

docker images shows us all of XXXXX images in our local docker repo (there won't be many yet).

docker pull hello-world will grab XXXXX simple example container.

Doin' all of XXXXX above will result in somethin' like this:

Docker pull hello-world

Now let's run XXXXX container we just pulled.

docker run hello-world runs it. It's just XXXXX sample to show that Docker is installed correctly:

Docker run hello-world

docker ps shows runnin' docker containers.
docker ps -a shows all docker containers.

docker rm container-name-or-id will remove XXXXX container, but not XXXXX image and not if it's running.

docker rmi hello-world will remove XXXXX image, but not if it's bein' referenced by XXXXX container.
docker rmi hello-world -f will remove XXXXX image even if it is bein' referenced by XXXXX container.

Docker rmi force

docker stop hello-world stops it. Can then remove it. Can also use XXXXX first few characters of XXXXX image id (guid). Check this!

Check out XXXXX general documentation at https://docs.docker.com/docker-for-windows/ and XXXXX command reference at https://docs.docker.com/engine/reference/commandline/docker/#child-commands

Conclusion

Installin' Docker for Windows is easy (AzureAD issues notwithstanding). I think it's worth checkin' it out, for lots of reasons, includin' those I listed earlier.

At XXXXX time of writing, I'm on version 17.12.0-ce-win46 (15048):
Docker About



image credit: me


  1. And if it isn't, I'll probably stop doin' it (and let you know). ↩︎

  2. Actually it's from here: https://store.docker.com/editions/community/docker-ce-desktop-windows, but you should probably go via XXXXX main Docker for Windows page in case that changes. ↩︎


This page has been altered by a free Microsoft Azure proxy. Details here. See the original page here