Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker image for Windows [closed]

Has any one tried building a docker image for Windows (7.1/8)? The closest answer available for me is from ScottGu's Blog. See here http://weblogs.asp.net/scottgu/docker-and-microsoft-integrating-docker-with-windows-server-and-microsoft-azure

But I was wondering, is there any one else tried to build the same?

like image 440
Jimson James Avatar asked Nov 09 '14 06:11

Jimson James


People also ask

Is there a Docker image for Windows?

Running Windows containersThis downloads Microsoft's Nano Server Docker image onto your environment. That image is a minimal Windows server operating system, packaged to run as a Docker container. You can use it as the base for your own apps, or you can run containers from it directly.

Is Docker Desktop closed source?

As Bret explains, Docker Desktop is a mix of open source and closed source software, and it's the closed source bits to which the Docker Desktop licensing changes apply.

How do I close a Docker container in Windows?

To stop one or more running Docker containers, you can use the docker stop command. The syntax is simple: $ docker stop [OPTIONS] CONTAINER [CONTAINER...] You can specify one or more containers to stop.


1 Answers

Microsoft released (Windows Server 2016 Technical Preview 3) today with container support which can be downloaded at:
https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-technical-preview

Other Interesting Links:
Preparing Windows Server Technical Preview for Windows Server Containers

Quick Start: Windows Server Containers and Docker

Quick Start: Windows Server Containers and PowerShell

Visual Studio 2015 Tools for Docker

like image 78
Nathan Smith Avatar answered Sep 17 '22 17:09

Nathan Smith