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 (282)

View 1 Video Reviews
Reviews

Docker Reviews (282)

View 1 Video Reviews
4.6
283 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.
Víctor Alonso S.
VS
CTO
Small-Business (50 or fewer emp.)
"Docker Makes Development and Deployments Consistent Across Environments"
What do you like best about Docker?

Honestly, what I love most about Docker is how it completely eliminates the “works on my machine” problem. Since I started using it about a year and a half ago for both local development and production deployments, my workflow has become far more predictable and consistent across environments.

Being able to spin up isolated containers for different microservices is a real game-changer. I can run the entire stack locally without dependency conflicts, and deploying to production feels much less stressful because the environment is essentially the same as what I tested on my machine.

One unexpected benefit I didn’t anticipate is how much faster onboarding new team members has become. Instead of spending half a day setting up a development environment, someone new can just pull the image and be up and running within minutes. That alone has saved us countless hours. Review collected by and hosted on G2.com.

What do you dislike about Docker?

There are a few friction points worth calling out, although none of them are dealbreakers for me.

On the UI/UX side, Docker Desktop can feel sluggish on lower-spec machines. The interface has improved a lot overall, but some advanced configurations still end up pushing you back to the CLI or into manual file editing. I’d really appreciate a more guided experience for those scenarios.

Performance on macOS, in particular, can be frustrating. File system sharing between the host and containers introduces noticeable I/O overhead, especially on larger projects, and that’s something I run into regularly during local development.

When it comes to integrations, most of them work well, but setup can get complex quickly when you’re orchestrating multiple services with specific networking needs. It isn’t always beginner-friendly, and some third-party integrations require more configuration than you’d expect.

Pricing/ROI became a sore spot when Docker introduced mandatory paid plans for larger teams. It felt abrupt, and some smaller teams I know had to rethink their tooling because of it.

Support and onboarding are generally solid, but official support response times for paid plans can be inconsistent. For more complex issues, I often find myself relying on community forums rather than getting direct help.

As for AI/intelligence features, they still feel fairly early-stage. The suggestions and scanning tools are useful, but they aren’t deep or customizable enough yet to feel truly intelligent—more of a nice extra than a core strength. Review collected by and hosted on G2.com.

Óscar O.
ÓO
Adjunct Professor
Small-Business (50 or fewer emp.)
"Runs the Same Everywhere: Easy Setup, Efficient Lightweight Containers"
What do you like best about Docker?

What stands out most about Docker is that it makes apps run the same everywhere. It’s easy to set up, share, and deploy without worrying about differences between machines. The UI and UX are simple, with clear commands and tools that are easy to learn. It integrates well with many tools and cloud services, runs efficiently with lightweight containers, and helps reduce costs by improving resource usage. Review collected by and hosted on G2.com.

What do you dislike about Docker?

One downside of Docker is that it can be complex at the beginning, especially when dealing with networking, volumes, or orchestration. Review collected by and hosted on G2.com.

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.

Naph P.
NP
Software Developer
Computer Software
Small-Business (50 or fewer emp.)
"Consistent, Shareable Builds—Though Docker Takes Time to Learn"
What do you like best about Docker?

The most helpful thing about docker for me is the ability to bundle my project apps and everything they been like libraries and configs into a container that can be shared and run the same every time, which eliminates the whole "it was running on my machine" problem that developers tend to have. Review collected by and hosted on G2.com.

What do you dislike about Docker?

It can be a bit tricky to understand, it certainly took me a while to grasp the whole concept of containers. 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.

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.

GU
Guest User
Last activity about 2 years ago

How do I run an image from Docker hub?

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