Tag: virtualization

  • Docker components

    The previous post about virtualization and containerization brought up some underlying technologies which Docker build containers on, including: In this post we further discuss the…

    Read
  • Host legacy application in Docker 2 of 2

    My previous notes include some tricks in hosting legacy application in docker. This is a continuation from that work, after 1.5 months… Use Case I…

    Read
  • Virtualization 4 of 4 – Networking

    Virtual LAN (VLAN) Although VLAN emerged before virtualization and is technically not part of virtualization topic. I’d just like to start from here as a…

    Read
  • Virtualization 3 of 4 – Containers

    In broad terms, virtualization of computing resource is about isolation of resources at different levels. We have covered hypervisor-based virtualization in the other post. In…

    Read
  • Virtualization 2 of 4 – Graphics Computing

    We covered hypervisor in previous post. In this article we focus on the virtualization of graphics computing resource. GPU vs CPU GPU is a specialized…

    Read
  • Virtualization 1 of 4 – Hypervisor

    In broad terms, virtualization of computing resource is about isolation of resources, at different levels. There are five levels of virtualization: In my context I…

    Read