Skip to main content
TrustRadius
Docker

Docker

Overview

What is Docker?

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;…

Read more
Recent Reviews

TrustRadius Insights

Docker has become an essential tool for containerizing microservices and optimizing machine and server utilization. By automatically …
Continue reading

Docker saved us all

10 out of 10
February 09, 2023
Docker helps us with - Container system - Remember the good old days where we had different systems supporting different environments. And …
Continue reading

Dockerism

10 out of 10
November 06, 2021
Incentivized
Docker is used to build applications in a faster and efficient and reliable way. It is used across different teams and departments across …
Continue reading
Read all reviews

Awards

Products that are considered exceptional by their customers based on a variety of criteria win TrustRadius awards. Learn more about the types of TrustRadius awards to make the best purchase decision. More about TrustRadius Awards

Reviewer Pros & Cons

View all pros & cons
Return to navigation

Pricing

View all pricing

Free

$0

On Premise
unlimited public repositories

Pro

$5.00

On Premise
per month per user

Team

$7.00

On Premise
per month per user

Entry-level set up fee?

  • No setup fee
For the latest information on pricing, visithttps://www.docker.com/pricing

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services

Starting price (does not include set up fee)

  • $5 per month
Return to navigation

Product Demos

Docker Swarm | Docker Swarm Tutorial | What Is Docker Swarm? | Docker Swarm Example | Simplilearn

YouTube

AWS Fargate Tutorial with Demo using ECR and ECS | Run Docker Container on Fargate

YouTube

8 Basic Docker Commands || Docker Tutorial 4

YouTube

Dockerizing An Application | Docker Tutorial For Beginners | DevOps Tutorial Video | Simplilearn

YouTube

Docker Full Course - Learn Docker in 5 Hours | Docker Tutorial For Beginners | Edureka

YouTube
Return to navigation

Product Details

What is Docker?

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 content sources including container community developers, open source projects and independent software vendors (ISV) building and distributing their code in containers. Users get access to free public repositories for storing and sharing images or can choose subscription plan for private repos.

Docker Technical Details

Deployment TypesOn-premise
Operating SystemsWindows, Linux, Mac
Mobile ApplicationNo

Frequently Asked Questions

Docker starts at $5.

Podman.io, Linux Containers LXC, and Linux Containers LXD are common alternatives for Docker.

The most common users of Docker are from Enterprises (1,001+ employees).
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(178)

Community Insights

TrustRadius Insights are summaries of user sentiment data from TrustRadius reviews and, when necessary, 3rd-party data sources. Have feedback on this content? Let us know!

Docker has become an essential tool for containerizing microservices and optimizing machine and server utilization. By automatically managing dependencies, it simplifies the deployment process for applications. Users across development departments have leveraged Docker to create isolated environments for various purposes, including web and mobile applications as well as scripts. The ability to maintain a consistent environment between different contributors has proven invaluable as codebases expand and new contributors join. Additionally, Docker plays a crucial role in building and deploying images, making them accessible through registries for different teams.

Docker's integration with Kubernetes further enhances its use cases by enabling the creation and deployment of images for projects. Acting as the container service for Kubernetes clusters, Docker runs applications on bare metal servers. Furthermore, users have found Docker particularly useful when it comes to spinning up resources for ephemeral testing environments. By eliminating concerns about infrastructure, Docker streamlines deployments and development pipelines.

Both AWS stacks and the deployment of product service stacks benefit from Docker's capabilities within organizations. As a result, applications can be built faster and more efficiently, ultimately addressing the challenge of time to market. The advantages extend beyond just development speed; companies also appreciate Docker's ability to reduce IT costs by simplifying the process of spinning up new instances and facilitating the sharing of layered images.

Moreover, Docker eliminates discrepancies between systems supporting different environments by ensuring consistent configurations and settings across devices and servers. This uniformity makes it easier to set up virtual software testbeds for mission-critical system overhauls and distribute them to customers seamlessly. These use cases are not limited to smaller-scale deployments but have been successfully employed in large cloud solutions serving millions of users.

Overall, Docker's broad range of use cases highlights its value to developers, testers, IT managers, and organizations seeking faster application deployment, efficient resource utilization, cost reduction, and streamlined development processes.

Efficient Containerization: Multiple users have praised the efficiency of containerization, with some mentioning that it enables faster deployment pipelines and reduces the time required for deployments. Additionally, reviewers have found the container system to be well supported, allowing for seamless integration without complicated setup or user experience.

Improved Application Portability: Several reviewers have highlighted the portability of containers as a major advantage. They mentioned that containers are extremely portable, allowing for easy application portability across different environments. This feature enhances collaboration and scalability by enabling seamless sharing of container images on the cloud hub.

Smoother Collaboration and Integration: Users have appreciated how containers enable smoother collaboration between development and operations teams, facilitating the adoption of DevOps practices. Reviewers also mentioned that integrating containers with CI/CD pipelines is valuable, as it enables secure application development and efficient testing environments.

Cons:

  1. Lack of Legacy OS Support: Some users have mentioned that the software does not support legacy operating systems, which they believe is a necessary feature for their specific use cases.
  2. Performance Issues: Several reviewers have found the software to be resource-consuming and have suggested that it could be improved in terms of performance, particularly in terms of reducing CPU and memory usage.
  3. Complicated User Interface and Documentation: Users have expressed difficulty in understanding the user interface and stated that the documentation provided could be more comprehensive and user-friendly, with clearer instructions and examples to aid in navigating the software effectively.

Users commonly recommend Docker for several reasons. Firstly, they suggest using Docker to save time in environment setup and for efficient container management. Secondly, Docker is considered a great alternative to virtual machines, especially for microservice-based architecture and multi-tier structure. Thirdly, Docker is widely supported by cloud providers and has a large community, making it easier for developers to get help and collaborate on projects. These recommendations highlight the benefits of using Docker such as time-saving, flexibility, and strong community support.

Attribute Ratings

Reviews

(1-13 of 13)
Companies can't remove reviews or game the system. Here's why
Score 10 out of 10
Vetted Review
Verified User
We're using docker for containerizing the micro services that are created in our organization. With this we're able to use machines and servers very efficiently and even deploying services got very easy for us. With docker it is very easy to deploy any application because most of the dependency are automatically managed by it.
February 09, 2023

Docker saved us all

Score 10 out of 10
Vetted Review
Verified User
Docker helps us with - Container system - Remember the good old days where we had different systems supporting different environments. And developing apps may lead to different bugs in different environments. With Docker this issue is gone. Same config and settings throughout devices and servers
Easy site local setup, site deployments and multiple containers are also supported
Abhishek Raj | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We have used Docker for creating images for our project and deploying that image using kubernates. It is very much useful for other developers as if we are creating images successfully then no one will face errors in their systems. We have added this phase in our Jenkins build so that this step will not be missed.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
Docker is used in a multitude of ways at our company, it is used as our container service for our Kubernetes clusters. We also use it to run our applications on our bare metal servers. Furthermore, we use it to spin up resources for our ephemeral testing environment. Docker helps us worry less about the infrastructure we are deploying and more about the application. It also helps speed up deployments and developing pipelines as we have a solid design pattern around it.
November 06, 2021

Dockerism

Score 10 out of 10
Vetted Review
Verified User
Incentivized
Docker is used to build applications in a faster and efficient and reliable way. It is used across different teams and departments across the organisation. It solves one of the critical challenges in building IT solutions , "time to market". It helps teams in prototyping the solutions much faster and also makes sure there are no surprises at the higher environments like Staging or Production.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
It is used across our organization as our AWS stacks depend on it for Docker images usage across AWS accounts. [The] deployment of our product service stacks depends on Docker to host the docker images for our product microservices containers for updates, etc. Docker Desktop is where we use to switch context for different account images.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
We are using docker to create Amazon ec2 instance images across the entire company. The major benefit of using docker is due to the speed of creating the images so that we can minimize the wait team for our associates to start their work. Apart from that Docker is also very easy to use.
Score 10 out of 10
Vetted Review
Verified User
Docker is used extensively to set up virtual software testbeds for mission-critical system overhauls. Once the software has been tested it can simply be sent to customers who need no overhead to execute.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
My organization has a customer base of around 40 million users. All the users are serviced using a massive cloud solution. This cloud solution is implemented on the Docker swarm. The docker swarm has hundreds of dockers images. All of them implemented highly available to 99.99%Docker has greatly reduced our IT costs. Spinning new instances is very easy and we have layered images that can be shared across the org. saving millions of dollars in IT costs. Further, it has made DevOps very easy thus enhancing customer experience.
Lindsay Veazey | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
Incentivized
Our company uses Docker to maintain a consistent environment between different contributors to the same codebase. Docker makes it so easy to maintain modules and compare computational performance across machines. This is increasingly important as the codebase expands and as we add contributors, and particularly as we onboard clients to contribute as well.
Return to navigation