On 29-Nov-2017, Irving Duran wrote (in article<mailman.82.1511992372.2898.python-l...@python.org>):
> I attempted configuring docker on Win, but quit. This was like six months > ago, I will assume that the install and integration with the VM is smoother > now, but still not native to Win. > > Thank You, > > Irving Duran > > On Wed, Nov 29, 2017 at 1:05 AM, Robert Clove<cloverob...@gmail.com> wrote: > > > i was also of the same opinion , but docker is available on windows too > > https://www.docker.com/docker-windows > > > > > > On Wed, Nov 29, 2017 at 12:22 PM, Percival John Hackworth< > > p...@nanoworks.com > > > wrote: > > > > > On 28-Nov-2017, Robert Clove wrote > > > (in article<mailman.69.1511889027.2898.python-l...@python.org>): > > > > > > > Hi, > > > > > > > > what am i trying to achieve is, container of windows with an > > application > > > > like slack on it. > > > > Does window container has an UI? > > > > > > > > Has anyone worked on it, is it feasible? > > > > > > AFAIK, docker is linux/CoreOS only. Ask docker.com this question. AFAIK, > > > the > > > only way to get docker to run on Windows is to run docker-machine with > > > virtual box. That's a coreOS VM. > > > > > > -- > > > https://mail.python.org/mailman/listinfo/python-list > > -- > > https://mail.python.org/mailman/listinfo/python-list According to the Docker.io web site, Docker on Windows is native, like the MacOS version of docker. But you can probably only run Windows containers on a windows machine, not a Linux machine. I don't know if you can build a Linux container on Windows and have it work on a Linux box. If Docker for Windows only works on Windows 10 or Server 2016, that may work. I read that there's a linux that runs under Windows 10, so Docker is probably using that. -- https://mail.python.org/mailman/listinfo/python-list