Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.76 KB

Setup-Win10.md

File metadata and controls

18 lines (10 loc) · 1.76 KB

Setup - Windows 10

This chapter explores setting up a Windows environment to properly use Windows containers on Windows 10.

Windows 10 with Anniversary Update

For developers, Windows 10 is a great place to run Docker Windows containers and containerization support was added to the Windows 10 kernel with the Anniversary Update (note that container images can only be based on Windows Server Core and Nanoserver, not Windows 10). All that’s missing is the Windows-native Docker Engine and some image base layers.

The simplest way to get a Windows Docker Engine is by installing the Docker for Windows public beta (direct download link). Docker for Windows used to only setup a Linux-based Docker development environment, but the public beta version now sets up both Linux and Windows Docker development environments, and we’re working on improving Windows container support and Linux/Windows container interoperability.

With the public beta installed, the Docker for Windows tray icon has an option to switch between Linux and Windows container development.

Image of switching between Linux and Windows development environments

Next Steps

See the Microsoft documentation for more comprehensive instructions.

Continue to Step 2: Getting Started with Windows Containers