Need advice about which tool to choose?Ask the StackShare community!
Add tool
Decisions about Docker and Qemu
Florian Sager
IT DevOp at Agitos GmbH · | 2 upvotes · 376.3K views
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.
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn MorePros of Docker
Pros of Qemu
Pros of Docker
- Rapid integration and build up824
- Isolation692
- Open source521
- Testability and reproducibility505
- Lightweight460
- Standardization218
- Scalable185
- Upgrading / downgrading / application versions106
- Security88
- Private paas environments85
- Portability34
- Limit resource usage26
- Game changer17
- I love the way docker has changed virtualization16
- Fast14
- Concurrency12
- Docker's Compose tools8
- Easy setup6
- Fast and Portable6
- Because its fun5
- Makes shipping to production very simple4
- Highly useful3
- It's dope3
- Its cool2
- MacOS support FAKE2
- Simplicity, isolation, resource effective2
- Open source and highly configurable2
- Does a nice job hogging memory2
- Package the environment with the application2
- Very easy to setup integrate and build2
- HIgh Throughput2
- Docker hub for the FTW2
- Super2
- Asdfd0
Pros of Qemu
- Performance1
- Easy to use1
- Free1
Sign up to add or upvote prosMake informed product decisions
Cons of Docker
Cons of Qemu
Cons of Docker
- New versions == broken features8
- Unreliable networking6
- Documentation not always in sync6
- Moves quickly4
- Not Secure3
Cons of Qemu
Be the first to leave a con
Sign up to add or upvote consMake informed product decisions
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 Qemu?
When used as a machine emulator, it can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performance.
When used as a virtualizer, it achieves near native performance by executing the guest code directly on the host CPU. it supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, it can virtualize x86, server and embedded PowerPC, 64-bit POWER, S390, 32-bit and 64-bit ARM, and MIPS guests.
Need advice about which tool to choose?Ask the StackShare community!
What companies use Docker?
What companies use Qemu?
What companies use Qemu?
See which teams inside your own company are using Docker or Qemu.
Sign up for StackShare EnterpriseLearn MoreSign up to get full access to all the companiesMake informed product decisions
What tools integrate with Docker?
What tools integrate with Qemu?
What tools integrate with Docker?
Sign up to get full access to all the tool integrationsMake informed product decisions
Blog Posts
What are some alternatives to Docker and Qemu?
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.