Slashdot Mirror


Microsoft Creates a Docker-Like Container For Windows

angry tapir writes Hoping to build on the success of Docker-based Linux containers, Microsoft has developed a container technology to run on its Windows Server operating system. The Windows Server Container can be used to package an application so it can be easily moved across different servers. It uses a similar approach to Docker's, in that all the containers running on a single server all share the same operating system kernel, making them smaller and more responsive than standard virtual machines.

1 of 95 comments (clear)

  1. Re:Or a simple solution. by Misagon · · Score: 5, Interesting

    Shared libraries are shared also so that you would be able to update the library without updating all applications that use it.

    By the way, when virtualizing servers you could also create file system instances using a copy-on-write filesystem, in which case you would be able to get self-contained instances with the least amount of copying necessary.
    Under Linux, you could use FUSE to get CoW on top of a underlying filesystem that doesn't support it.

    --
    "We mustn't be caught by surprise by our own advancing technology" -- Aldous Huxley