Getting Started with Windows Containers This chapter will cover the basics of using Windows Containers with Docker. ##Running Windows containers First, make sure the Docker installation is working: > docker version Client: Version: 1.12.2 API version: 1.24 Go version: go1.6.3 Git commit: bb80604 Built: Tue Oct 11 05:27:08 2016 OS/Arch: windows/amd64 Experimental: true Server: Version: 1.12.2-cs2-ws-beta API version: 1.25 Go version: go1.7.1 Git commit: 050b611 Built: Tue Oct 11 02:35:40 2016 ...