Docker vs. Oracle VM VirtualBox

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Docker
Score 8.9 out of 10
N/A
Docker Enterprise was sold to Mirantis in 2019; that product is now sold as Mirantis Kubernetes Engine. But Docker now offers a 2-product suite that includes Docker Desktop, which they present as a fast way to containerize applications on a desktop; and, Docker Hub, a service for finding and sharing container images with a team and the Docker community, a repository of container images with an array of…
$5
per month
Oracle VM VirtualBox
Score 9.0 out of 10
N/A
Open source, cross-platform, virtualization software that enables developers to deliver code faster by running multiple operating systems on a single device, used to deploy applications on-premises and to the cloud. Oracle VM VIrtualBox is Oracle's cross-platform virtualization offering, acquired with Sun Microsystems in early 2010. The software was originally developed by Innotek GmbH.N/A
Pricing
DockerOracle VM VirtualBox
Editions & Modules
Free
$0
unlimited public repositories
Pro
$5.00
per month per user
Team
$7.00
per month per user
Business
$21
per month per user
No answers on this topic
Offerings
Pricing Offerings
DockerOracle VM VirtualBox
Free Trial
NoNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
DockerOracle VM VirtualBox
Considered Both Products
Docker
Chose Docker
The features and capabilities provided by Docker are incomparable and much vast in nature. Docker is much light weight and easy to onboard into the tech stack. It is also well supported by Container orchestration systems like Kubernetes which will be critical when applications …
Oracle VM VirtualBox

No answer on this topic

Features
DockerOracle VM VirtualBox
Server Virtualization
Comparison of Server Virtualization features of Product A and Product B
Docker
-
Ratings
Oracle VM VirtualBox
8.1
50 Ratings
0% below category average
Virtual machine automated provisioning00 Ratings8.036 Ratings
Management console00 Ratings8.546 Ratings
Live virtual machine backup00 Ratings8.236 Ratings
Live virtual machine migration00 Ratings7.033 Ratings
Hypervisor-level security00 Ratings9.029 Ratings
Best Alternatives
DockerOracle VM VirtualBox
Small Businesses
Git
Git
Score 10.0 out of 10
DigitalOcean Droplets
DigitalOcean Droplets
Score 9.3 out of 10
Medium-sized Companies
Git
Git
Score 10.0 out of 10
VMware vSOM (discontinued)
VMware vSOM (discontinued)
Score 10.0 out of 10
Enterprises
Git
Git
Score 10.0 out of 10
VMware vSOM (discontinued)
VMware vSOM (discontinued)
Score 10.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
DockerOracle VM VirtualBox
Likelihood to Recommend
10.0
(14 ratings)
8.3
(53 ratings)
Likelihood to Renew
9.1
(1 ratings)
10.0
(4 ratings)
Usability
10.0
(2 ratings)
10.0
(7 ratings)
Availability
10.0
(1 ratings)
8.0
(1 ratings)
Performance
8.0
(1 ratings)
10.0
(1 ratings)
Support Rating
-
(0 ratings)
10.0
(2 ratings)
Implementation Rating
-
(0 ratings)
10.0
(2 ratings)
Configurability
-
(0 ratings)
9.0
(1 ratings)
Product Scalability
10.0
(1 ratings)
8.0
(1 ratings)
User Testimonials
DockerOracle VM VirtualBox
Likelihood to Recommend
Docker
You are going to be able to find the most resources and examples using Docker whenever you are working with a container orchestration software like Kubernetes. There will always some entropy when you run in a container, a containerized application will never be as purely performant as an app running directly on the OS. However, in most scenarios this loss will be negligible to the time saved in deployment, monitoring, etc.
Read full review
Oracle
It is best suited when you want to have different operating systems on your laptop or desktop. You can easily switch between operating systems without the need to uninstall one. In another scenario, if you expect some application to damage your device, it would be best to run the application on the VM such that the damage can only be done to the virtual machine. It is less appropriate when time synchronization is very important. At times the VMs run their own times differently from the host time and this may cause some losses if what you doing is critical. Another important thing to take note of is the licensing of the application you want to run your VM. Some licenses do not allow the applications to be run on virtual servers so it is not appropriate to use the VM at this time.
Read full review
Pros
Docker
  • Packaging of application to limit the space occupied
  • Ease of running the application
  • Provide multiple ways to handle the application issues and integration of different components like pipeline, ansible, terraform etc
Read full review
Oracle
  • It is simple to install - there is no advanced knowledge required to begin building virtual computers
  • It is easy to use - adding new virtual machines is simple with wizard-based deployment
  • It enables easy portability - moving virtual machines from one host to another is straight-forward and simple
  • It is free
Read full review
Cons
Docker
  • Docker hub image retention policy can be relaxed
  • Docker hub policies can be more developer friendly
  • Docker CLI help section can be improved
  • Image and container storage (local) management can be optimized
Read full review
Oracle
  • I have had issues in the past when it has come to resizing VM disk storage. The issue is entirely detailed here: https://www.virtualbox.org/ticket/9103 -- the problem was caused because of having existing snapshots (which error message output was not detailing). I haven't had to deal with the issue due to my dynamic disk sizes not being small from the start anymore (this is mostly an issue for my Windows VMs where the base disk may need significant size for the OS). It looks like, for a resize, that a merge of all snapshots has to occur first -- one user on that list details a workaround to maintain snapshots by cloning the VM. (Note: 5.2 was just released a few weeks ago, and looks like it should prevent the problem happening in the future by properly informing users that it isn't possible with snapshots).
  • Certain scenarios, like resizing disks, required dropping into a terminal as there were no options to previously do so via the GUI. According to some recent posts, I've seen that v5.2 has added disk management stuff like that to the GUI (or will be adding it). I'm comfortable with dropping into the terminal, but in a teaching scenario or when evaluating the learnability of the tools, it complicates things.
Read full review
Likelihood to Renew
Docker
No answers on this topic
Oracle
I give this rating because virtual box is inexpensive but there is another product such as vm ware that can also be used
Read full review
Usability
Docker
I have been using Docker for more than 3 years and it really simplifies the modern application development and deployment. I like the ability of Docker to improve efficiency, portability and scalability for developers and operations teams. Another reason for giving this rating is because Docker integrates CI/CD pipelines very well
Read full review
Oracle
I love using the Graphical User Interface. The VirtualBox Manager is very easy to understand and use. You can quickly create, configure and manage all your virtual machines in one window. It makes operating virtual machines easy and simple. When using VBoxManage it gives the user comprehensive control over VirtualBox so that you can use automation and scripting at the command-line interface
Read full review
Reliability and Availability
Docker
Haven't seen any outages, fatal/unrecoverable errors in my usage so far. Enough said.
Read full review
Oracle
Dependency on the Host OS means it is as reliable as it is possible to be. Application errors are beyond the purview of the application.
Read full review
Performance
Docker
Docker Desktop. The CPU high usage is a known issue. Needs fixing. Otherwise, it is great overall. Would not use anything else still.
Read full review
Oracle
No issues, especially with the extensions addons.
Read full review
Support Rating
Docker
No answers on this topic
Oracle
Oracle have a very fast response rate and a strong user community. One can geet help from many sources if they choose to research for themselves.
Read full review
Implementation Rating
Docker
No answers on this topic
Oracle
We really enjoy using virtual box. We do not require to buy expensive hardware but instead we can minimize costs and maximize profits.
Read full review
Alternatives Considered
Docker
The reason why we are still using Docker right now is due to that is the best among its peers and suits our needs the best. However, the trend we foresee for the future might indicate Amazon lambda could potentially fit our needs to code enviornmentless in the near future.
Read full review
Oracle
VirutalBox is very similar to using Vmware with the slight difference in appearance and what might be considered a less polished look. However, what it lacks in polish and looks it makes up for in functionality, easy of use and the wide range of operating systems and features it supports without the need of buying the full professional edition
Read full review
Scalability
Docker
It is the only tool in our toolset that has not [had] any issues so far. That is really a mark of reliability, and it's a testimony to how well the product is made, and a tool that does its job well is a tool well worth having. It is the base tool that I would say any organisation must have if they do scalable deployment.
Read full review
Oracle
The only problem I have found is that the deployment is dependent and intrinsically linked to the Host OS. This is different from bare metal solutions which remove that dependency on a Host OS. The latter is more reliable and removes a layer of potential failure.
Read full review
Return on Investment
Docker
  • Reduces the number of virtual machine which impacted our quarterly billing
  • Using docker with proxy we run multiple application on same port on same host.
  • impact on billing is we have to provide docker training to the people who are working on it.
Read full review
Oracle
  • Minimal-to-no support needed from the DevOps team.
  • Provides a direct and an easy way to access multiple VMs inside the same machines which enables performing various testing and QA tasks without the need to switch hardware.
  • Automatic provisioning using tools (esp. Vagrant) which enables developing a base image once, and allows for exporting/importing anywhere across the developers team.
  • Very cost-effective (no fees or monthly subscriptions).
Read full review
ScreenShots