Compare this with other toolsSave it to your board and evaluate your options side by side.
Save to board

Docker Reviews & Product Details

Profile Status

This profile is currently managed by Docker but has limited features.

Are you part of the Docker team? Upgrade your plan to enhance your branding and engage with visitors to your profile!

Value at a Glance

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

8 months

Product Avatar Image

Have you used Docker before?

Answer a few questions to help the Docker community

Docker Reviews (276)

View 1 Video Reviews
Reviews

Docker Reviews (276)

View 1 Video Reviews
4.6
276 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise Docker for its environment consistency and ease of use, which significantly streamline application development and deployment. The ability to package applications with all dependencies into containers reduces setup time and minimizes compatibility issues across different systems. However, many note that it can be resource-intensive, particularly on local machines when running multiple containers.
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Akash G.
AG
Joint secretary
Computer Software
Mid-Market (51-1000 emp.)
"Simplified Deployment and Testing Consistency"
What do you like best about Docker?

I use Docker to containerize my projects, which ensures they run the same way everywhere. It's great because it helps me avoid installing all the necessary dependencies when creating a new environment or running tests. It makes the testing process much easier since it runs the same way it would on a developer's PC. I find it easier to rebuild my instances along with images as long as I'm familiar with the commands. This has been especially helpful for my Discord bot. Docker allows me to build containers, run them, and understand where my application is failing much earlier. The initial setup was very easy with no issues whatsoever. Review collected by and hosted on G2.com.

What do you dislike about Docker?

I faced issues while logging in the beginning and understanding what volumes are also takes a little bit of knowledge beforehand. Without that, you might struggle a bit in the beginning. A simpler explanation in the docs is all I could ask for. Review collected by and hosted on G2.com.

Anbuselvam S.
AS
LLM Trainer
Information Technology and Services
Enterprise (> 1000 emp.)
"Effortless, Consistent Containerized Apps with Docker Desktop"
What do you like best about Docker?

What I like best about Docker is how easily it lets me run applications in containers without worrying about environment setup. Docker Desktop makes it simple to build, manage, and monitor containers from one place.

The most helpful part is consistency - apps run the same on any system, which saves time and avoids setup issues. Review collected by and hosted on G2.com.

What do you dislike about Docker?

One thing I dislike about Docker is that it can be resource-intensive, especially Docker Desktop, which sometimes uses a lot of CPU and memory. It can also be confusing for beginners to understand concepts like networking, volumes, and container management at first. Improving performance and simplifying the learning curve would make it better. Review collected by and hosted on G2.com.

Saurabh K.
SK
Software Developer
Enterprise (> 1000 emp.)
"Agent-Ready, Secure Environments with Easy Setup and 24/7 Support"
What do you like best about Docker?

The best thing what i like about the docker is agent-ready infrastructure basically these will provide isolated and secure environments specifically for ai agent to write and test the code without any risk to host in our machine.one more feature what i liked it will allow the user to describe entire service room in single file. for the new user it easy to use and if we are facing any issue related to this tool we have 24/7 customer support and even integration is too easy to connect with your backend application to create the image. Review collected by and hosted on G2.com.

What do you dislike about Docker?

what i dislike about the docker it will take more time to troubleshoot the dns part and host machine to find the actual problem from where it is occuring. Review collected by and hosted on G2.com.

Dev a.
DA
software engine
Small-Business (50 or fewer emp.)
"A Reliable Tool for Consistent and Scalable Application Deployment"
What do you like best about Docker?

I like best about Docker is how it makes application deployment simple and consistent across different environments. I can run the same application on my local system, testing environment, or cloud without worrying about dependency or configuration issues. Docker containers are lightweight and fast, which saves time during development and testing. Overall, Docker improves productivity and makes application management much more efficient. Review collected by and hosted on G2.com.

What do you dislike about Docker?

One thing I dislike about Docker is that it has a learning curve for beginners, especially when understanding Dockerfiles, networking, and volumes. Debugging issues inside containers can sometimes be difficult compared to traditional setups. Managing containers at a large scale also requires additional tools and knowledge. These challenges can make Docker feel complex for new users at the start. Review collected by and hosted on G2.com.

Kunal D.
KD
Software Engineer
Information Technology and Services
Small-Business (50 or fewer emp.)
"Consistent Environments Made Easy with Docker"
What do you like best about Docker?

The best part is consistency across all systems and environments. Before we waste time, it works on my machine, everyone says but it's really important. Every time we have to set up a new team member, we start it from Docker files and images and we dont have to worry for production. Review collected by and hosted on G2.com.

What do you dislike about Docker?

The resource consumption on local machines is too high. Docker eats too much RAM so for longer times it's been difficult to manage. So basics are simple but learning curve for networking and volume management will be difficult for juniors. Its difficult to debug why two containers are didn't communicating when first is starting out. Review collected by and hosted on G2.com.

Ranu S.
RS
Software Developer, AI and ML Engineer.
Information Technology and Services
Mid-Market (51-1000 emp.)
"Versatile, Efficient, and User-Friendly Container Management"
What do you like best about Docker?

Docker offers platform-independent code deployment, making it a versatile choice for various environments. Installing Docker is straightforward on any operating system, and it is widely accessible to users everywhere. It supports nearly all front-end and back-end programming languages, which adds to its flexibility. Using Docker Compose, setting up networking between multiple containers becomes much simpler. Containers can operate independently, and dependencies between them can be easily configured through the command line interface or Docker Compose. Managing and tracking volumes is also straightforward. With Docker, deploying multiple applications on a single server is efficient, and replacing them when changes are needed is hassle-free. If the Dockerfile is well-written, code deployment becomes very fast. Additionally, there is a vast collection of images available on Docker Hub, which can be used directly or as a foundation for further development. Review collected by and hosted on G2.com.

What do you dislike about Docker?

The user interface is currently only available for Windows, and not for other platforms. I would recommend adding a UI that could be used for monitoring cloud instances over the network. Review collected by and hosted on G2.com.

JS
Sysadmin Mid
Information Technology and Services
Small-Business (50 or fewer emp.)
"Super Easy Setup, Powerful for Multi-Environment Deployments"
What do you like best about Docker?

I like Docker's image container versioning because it allows me to deploy multiple versions of applications on the same environment. For instance, I have two composes, one with Zabbix 6 and another with Zabbix 7, and it helps me to manage all my environments with just one file. I find Docker Compose Automation deployments beneficial as well. Plus, the initial setup of Docker is super easy. Review collected by and hosted on G2.com.

What do you dislike about Docker?

I find the UI environment limiting because right now you can only admin Docker on a Unix environment through CLI, which could be a restriction for some people. Review collected by and hosted on G2.com.

RS
Technical Lead
Computer Software
Small-Business (50 or fewer emp.)
"Effortless App Deployment with Rich Community Support"
What do you like best about Docker?

I use Docker for setting up apps on local and deploying various environments like QA and live. It solves the problem of manual tasks every time I need to set up a new application. The community with the number of images available is a big plus, making it very easy to find the suitable image based on the requirement and version of the machine type. With Docker, I am able to set up my complete application easily without doing any tedious tasks, thanks to the Docker Compose file. Review collected by and hosted on G2.com.

What do you dislike about Docker?

I found the initial setup of Docker challenging as I had no experience initially, but it became easier to deal with after a while. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Enterprise (> 1000 emp.)
"Docker Makes Consistent Environments Easy and Flexible"
What do you like best about Docker?

What I like most about Docker is how easy it makes it to create consistent environments. It solves the usual “it works on my machine” problem by packaging everything the application needs into containers. It’s also very flexible and works well across different systems. Once you get used to it, building, running, and sharing containers becomes a really smooth process. Review collected by and hosted on G2.com.

What do you dislike about Docker?

The learning curve can be a bit steep in the beginning, especially if you’re not familiar with containers or networking concepts. Debugging issues inside containers can sometimes be tricky as well. Also, managing multiple containers and configurations can get complex without proper setup or tools like Docker Compose. Review collected by and hosted on G2.com.

Mahesh P.
MP
Cloud Architect
Information Technology and Services
Small-Business (50 or fewer emp.)
"Standardizing Environments and Simplifying CICD with Docker."
What do you like best about Docker?

The consistency it brings across different stages. being able to package apps with all dependencies ensures they run the same on my local machine and in AWS/Kubernetes. The huge ecosystem of official images on Docker Hub also saves a lot of initial setup time. Review collected by and hosted on G2.com.

What do you dislike about Docker?

Docker Desktop can be resource-heavy on Windows, especially when running multiple complex stacks. Also, managing large image sizes and optimizing Dockerfiles requires extra effort to keep deployments fast and storage costs under control. Review collected by and hosted on G2.com.

Questions about Docker? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

Verified User
G2
Verified User
Last activity over 4 years ago

What is the

Orr B.
OB
Orr Burgel
Last activity over 4 years ago

Why is this software not working on windows?

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

8 months

Average Discount

9%

Perceived Cost

$$$$$

How much does Docker hub cost?

Data powered by BetterCloud.

Estimated Price

$$k - $$k

Per Year

Based on data from 43 purchases.

Docker Comparisons
Product Avatar Image
Azure Container Registry
Compare Now
Product Avatar Image
Amazon Elastic Container...
Compare Now
Product Avatar Image
Sonatype Nexus Repository
Compare Now
Docker Features
Deployment
Interface support
Processor support
Self Healing High Availability
Orchestration
Scalability
Automatic Security Updates
Security updates
Product Avatar Image
Docker hub