Need advice about which tool to choose?Ask the StackShare community!

Docker

169.9K
136.5K
+ 1
3.9K
ZeroVM

2
10
+ 1
0
Add tool

Docker vs ZeroVM: What are the differences?

Introduction

In this article, we will explore the key differences between Docker and ZeroVM, two popular technologies used for containerization. Both Docker and ZeroVM offer solutions for isolating and running applications, but they have several distinct features that set them apart.

  1. Architecture: Docker is based on a client-server architecture where the Docker daemon runs on the host machine and manages all the containers. On the other hand, ZeroVM follows a peer-to-peer architecture where each container runs independently without the need for a central daemon.

  2. Performance: ZeroVM focuses on providing minimal overhead and high-performance isolation, making it ideal for use cases with strict performance requirements. Docker, on the other hand, offers a more comprehensive ecosystem with additional features such as networking, storage, and orchestration, which can introduce some overhead.

  3. Security: Docker relies on namespaces and control groups to provide basic isolation between containers, but it may still be susceptible to certain security vulnerabilities if not properly configured. ZeroVM, on the other hand, provides strong isolation through the use of a secure hypervisor technique called 'secure execution environments,' making it suitable for handling sensitive workloads.

  4. Size and Footprint: Docker containers typically have larger sizes compared to ZeroVM. This is because Docker containers include a minimal operating system and system libraries, providing a complete runtime environment. ZeroVM, on the other hand, is designed to be extremely lightweight and modular, allowing applications to be deployed in much smaller and faster container units.

  5. Flexibility and Portability: Docker has a vast ecosystem with a wide range of pre-built images and tools, making it easier to package and distribute applications across different environments. ZeroVM, on the other hand, provides a more bare-metal approach, giving developers more control over the execution environment but requiring them to handle more aspects of application deployment.

  6. Community and Adoption: Docker has gained widespread popularity and has a large and active community of developers, which means finding support and resources is easier. ZeroVM, although not as widely adopted, still has a dedicated user base and is known for its unique features and performance benefits.

In summary, Docker and ZeroVM have different architectural approaches, performance characteristics, security measures, container sizes, flexibility/portability options, and levels of community adoption. Both technologies have their strengths and are suitable for different use cases depending on the specific requirements of the application being deployed.

Decisions about Docker and ZeroVM
Florian Sager
IT DevOp at Agitos GmbH · | 3 upvotes · 412.8K views
Chose
LXDLXD
over
DockerDocker

lxd/lxc and Docker aren't congruent so this comparison needs a more detailed look; but in short I can say: the lxd-integrated administration of storage including zfs with its snapshot capabilities as well as the system container (multi-process) approach of lxc vs. the limited single-process container approach of Docker is the main reason I chose lxd over Docker.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Docker
Pros of ZeroVM
  • 823
    Rapid integration and build up
  • 691
    Isolation
  • 521
    Open source
  • 505
    Testa­bil­i­ty and re­pro­ducibil­i­ty
  • 460
    Lightweight
  • 218
    Standardization
  • 185
    Scalable
  • 106
    Upgrading / down­grad­ing / ap­pli­ca­tion versions
  • 88
    Security
  • 85
    Private paas environments
  • 34
    Portability
  • 26
    Limit resource usage
  • 17
    Game changer
  • 16
    I love the way docker has changed virtualization
  • 14
    Fast
  • 12
    Concurrency
  • 8
    Docker's Compose tools
  • 6
    Easy setup
  • 6
    Fast and Portable
  • 5
    Because its fun
  • 4
    Makes shipping to production very simple
  • 3
    Highly useful
  • 3
    It's dope
  • 2
    Very easy to setup integrate and build
  • 2
    HIgh Throughput
  • 2
    Package the environment with the application
  • 2
    Does a nice job hogging memory
  • 2
    Open source and highly configurable
  • 2
    Simplicity, isolation, resource effective
  • 2
    MacOS support FAKE
  • 2
    Its cool
  • 2
    Docker hub for the FTW
  • 2
    Super
  • 0
    Asdfd
    Be the first to leave a pro

    Sign up to add or upvote prosMake informed product decisions

    Cons of Docker
    Cons of ZeroVM
    • 8
      New versions == broken features
    • 6
      Unreliable networking
    • 6
      Documentation not always in sync
    • 4
      Moves quickly
    • 3
      Not Secure
      Be the first to leave a con

      Sign up to add or upvote consMake informed product decisions

      - No public GitHub repository available -

      What is Docker?

      The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, enabling organizations to seamlessly build and share any application — from legacy to what comes next — and securely run them anywhere

      What is ZeroVM?

      ZeroVM is an open source virtualization technology that is based on the Chromium Native Client (NaCl) project. ZeroVM creates a secure and isolated execution environment which can run a single thread or application. ZeroVM is designed to be lightweight, portable, and can easily be embedded inside of existing storage systems.

      Need advice about which tool to choose?Ask the StackShare community!

      What companies use Docker?
      What companies use ZeroVM?
      See which teams inside your own company are using Docker or ZeroVM.
      Sign up for StackShare EnterpriseLearn More

      Sign up to get full access to all the companiesMake informed product decisions

      What tools integrate with Docker?
      What tools integrate with ZeroVM?
        No integrations found

        Sign up to get full access to all the tool integrationsMake informed product decisions

        Blog Posts

        PythonDockerKubernetes+7
        3
        1101
        PythonDockerKubernetes+14
        12
        2602
        Jul 9 2019 at 7:22PM

        Blue Medora

        DockerPostgreSQLNew Relic+8
        11
        2335
        DockerAmazon EC2Scala+8
        6
        2709
        GitHubDockerReact+17
        40
        36249
        What are some alternatives to Docker and ZeroVM?
        LXC
        LXC is a userspace interface for the Linux kernel containment features. Through a powerful API and simple tools, it lets Linux users easily create and manage system or application containers.
        rkt
        Rocket is a cli for running App Containers. The goal of rocket is to be composable, secure, and fast.
        Kubernetes
        Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions.
        Cloud Foundry
        Cloud Foundry is an open platform as a service (PaaS) that provides a choice of clouds, developer frameworks, and application services. Cloud Foundry makes it faster and easier to build, test, deploy, and scale applications.
        Vagrant
        Vagrant provides the framework and configuration format to create and manage complete portable development environments. These development environments can live on your computer or in the cloud, and are portable between Windows, Mac OS X, and Linux.
        See all alternatives