After VM's - Docker and Containerisations


  1. Posts : 11,247
    Windows / Linux : Arch Linux
       #1

    After VM's - Docker and Containerisations


    This looks interesting

    instead of running full blown VM's you just "Containerize" your application (whatever it is and on whatever platform) and run it within the Docker application.

    https://www.docker.com/

    I haven't understood it much so far but it looks very intriguing. Perhaps VMWARE and ORACLE should be getting worried if this stuff works. I believe even Ms is getting into the act with the AZURE cloud servers.

    Cheers
    jimbo
      My Computer


  2. Posts : 803
    10 Pro Preview x64
       #2

    No, not interesting. There are plenty of ways to run something on something-else using some abstraction layer.

    Java for example. Or Android. Or IBM i.
      My Computer


  3. Posts : 3,257
    Windows 10 Pro
       #3

    Docker and similar is not virtualization so much as sandboxing. It doesn't get rid of the underlying kernel, but does allow you to sandbox the libraries and other frameworks so that you can have them run in their own container for security, as well as isolation purposes. So, for example, you could run multiple versions of Internet Explorer in separate containers, but you couldn't run a Linux application because that would require a Linux kernel.

    The idea is that you can sort of create a "disk" image of all the components necessary for an application to run, including all of its configuration, and it just runs in it's container. You don't need to install it, and you don't need to worry about it conflicting with other apps (or users).

    It's not going to replace virtualization, which is necessary to manage resources, like CPU's and memory.. but it can replace a lot of the things that people currently use Virtualization for, but don't really have to.. when all they really need is isolation.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:45.
Find Us




Windows 10 Forums