Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

235 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Paul A.

Docker is great, if you want simple.

  • December 23, 2022
  • Review verified by G2

What do you like best about the product?
Docker gives you a quick way to get setup, multi-container options and tools, and fast replication to test new features of your software across multiple operating systems.
What do you dislike about the product?
Docker has a significant problem and has since the start...networking! Dockers networking workarounds cause substantial issues for those trying to thoroughly understand what is going on under the hood.
What problems is the product solving and how is that benefiting you?
I work in an industry where I may need to test a software feature quickly in different environments. Docker allows me to quickly fire up a new domain to test those features.


    Computer Software

Docker Review

  • December 15, 2022
  • Review provided by G2

What do you like best about the product?
This powerful tool creates an environment wrapping all libraries and dependencies of an application transparently to the user. In other words, it makes our application portable by freeing developers from having to install its dependencies on each deployment machine.
What do you dislike about the product?
In my opinion, this product is very robust and has no weak points. However, it performs much better when integrated with an orchestrator, especially if multiple docker containers are deployed.
What problems is the product solving and how is that benefiting you?
This is an impressive tool as it allows me to deploy and run my applications without worrying about their dependencies.


    Suru S.

The best software I've used to run independent applications without any O.S dependencies or issues.

  • December 08, 2022
  • Review provided by G2

What do you like best about the product?
The best thing about docker is we can run anything inside containers in an isolated environment without much worry about the Operating system dependencies. Good in security wise and scalability anytime by the user.
What do you dislike about the product?
Sometimes the size of the image can be really large and also docker consumes a lot of the system's resources like memory or CPU consumption. Also a GUI interface would be better as most of the things are run using CLI.
What problems is the product solving and how is that benefiting you?
It benefitted me by solving problems in my case as I ran code on Windows as even though I have Windows system, docker managed to run with its Linux VM underneath which is very beneficial even for the Windows Users like me.


    Firoj S.

Container tool for all

  • December 06, 2022
  • Review provided by G2

What do you like best about the product?
Docker is one of most popular known container tool, the best thing I like about docker is that it is very easy to learn and start working on it. And the native support we got with the Linux based OS.
What do you dislike about the product?
When we are implementing micro services it becomes hard to manage all the service so we need to learn either docker swarm which is not so much effective or Kubernetes that is hard to learn but yeah it manage docker containers well.
What problems is the product solving and how is that benefiting you?
Docker is solving to implement micro services and deliver them from day to day. Hence helping me to implement proper CICD to makes user experience of our applications smooth.


    Dhaval D.

Very handy and our go-to tool for deployment

  • December 01, 2022
  • Review verified by G2

What do you like best about the product?
Docker supports lots of flavors of Linux. Which is exactly what we need. Building docker images is very straight forward and shipping them is even more simpler.
What do you dislike about the product?
The only downside of Docker is that Docker lags on systems with low configuration. It requires a decent system to run efficiently.
What problems is the product solving and how is that benefiting you?
Docker is solving multiple problems for us. First of many is deployment. It's super easy to ship and deploy applications with docker which works out of the box on any system, and We also utilize docker swarm to deploy our application in the cluster.


    Information Technology and Services

Best container tool

  • November 25, 2022
  • Review provided by G2

What do you like best about the product?
Best for microservices application deployment.
What do you dislike about the product?
Managebality of docker images is challanging some time, need to remove unused container or images.
What problems is the product solving and how is that benefiting you?
Management of the container is not done by docker we need to use other tools.


    Information Technology and Services

Automatic Deployment

  • November 01, 2022
  • Review provided by G2

What do you like best about the product?
The best thing is that it deploys the projects fast as compared to others.
What do you dislike about the product?
It takes so much of RAM on locally running projects.
What problems is the product solving and how is that benefiting you?
Automatic Deployment of projects on the server with the help of docker image.


    Mohit V.

Best Container management tool

  • September 22, 2022
  • Review provided by G2

What do you like best about the product?
It is the most popular container engine today because it handles containers efficiently, can configure fast, and provides application/service and rapid development and increase productivity. Reduced resource utilisation is another factor in increasing productivity.
What do you dislike about the product?
It is based on components created on Linux-based systems that cannot run on the windows system. It does not provide a monitoring feature itself, to do that, another layer of monitoring must be configured.
What problems is the product solving and how is that benefiting you?
First of all, it is easy to learn .it is open source that benefiting me a lot and if docker is combined with the Kubernetes it can do amazing things, here packaging including different dependencies, can move between different environments and servers.


    Ardhiya C.

Helpful and saves time, space and money

  • September 11, 2022
  • Review verified by G2

What do you like best about the product?
The best thing about docker is that we can create images and containerize applications. This puts all of our dependencies for software in this image that I can share in my repository, and any of my teammate can access it and use it without any hassle.
What do you dislike about the product?
Nothing that I can think of so far... in my opinion, introducing docker in our project helped us a lot and be more up to date with new technologies.
What problems is the product solving and how is that benefiting you?
We can create images and then be able to integrate them into our development. We can use the docker registry to get the latest update of the image and push our update. As we work in a DevOps environment, this tool helps containerize applications for faster deployment and integration.


    Information Technology and Services

Docker Review

  • September 01, 2022
  • Review provided by G2

What do you like best about the product?
Docker is one of the best containerization tools. It is simple to use and has very rich documentation. It allows one to develop, build and parcel an application that is ready to use in any environment with any specification provided it has docker installed in the system. The Dockerfile and Docker Compose features allow developers to create images and containers of any application.
What do you dislike about the product?
Docker works smoothly for all operating systems except the windows operating system. There are additional configurations to be made to allow it to work on Windows. Sometimes students and beginners have access to only the Windows operating system and the limitations of Docker are painful.
What problems is the product solving and how is that benefiting you?
Docker is trying to solve the problem that Developers and Operations guys face while deploying an application in production or test environments. Having docker allows the code to be built and run in any environment with any specifications provided it has docker instaled in it.