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

Docker Business

Docker, Inc. | 1

Reviews from AWS Marketplace

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

External reviews

228 reviews
from G2

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


    Oleksis F.

Better development environment

  • January 26, 2023
  • Review verified by G2

What do you like best about the product?
Docker allows you to manage and deploy containers straightforwardly. Its integration with development tools like Visual Studio Code is great. Their ecosystem of plugins through Docker Extensions is a great help.
What do you dislike about the product?
In Windows sometimes causes problems to start with the integration of WSL2.
What problems is the product solving and how is that benefiting you?
Universal development environment


    Information Technology and Services

Ideal platform to start using containers

  • January 20, 2023
  • Review verified by G2

What do you like best about the product?
Docker is a great platform to spin up and spin down containers. Docker is backed by a large community which makes available ready-to-use containers on the docker hub. This starts with blank containers (Alpine, Ubuntu), but goes up to ready-to-use containers with certain applications like MariaDB, Apache, Nginx.
What do you dislike about the product?
Sometimes it isn't always easy to use and understand the principles. Docker is by default fully managed via CLI. There are some applications that play as frontend for Docker (Portainer,...) but by default everything has to be configured in the CLI. Also data persistence lives outside the container and you have to make everything persistent, this isn't done by default.
What problems is the product solving and how is that benefiting you?
As a growing business it is tempting to use virtual machines in a vmware/vcenter environment. However scaling resources isn't always that easy. By using containers your business grows together with the resources of the containers. Besides that efficiency and time-to-market is quicker than using VMs.


    Koushik P.

Wow... The Docker the container which is best in the global.

  • January 06, 2023
  • Review provided by G2

What do you like best about the product?
Finally I am here to say about the best things about docker. In this we can make our full and long code we can container and host it very easily whicg help us to be the fast in the production.
What do you dislike about the product?
So as I already said about pros of docker now I will say about cons of the docker. In docker we need to pay lot to make auto build of the image which make so difficult.
What problems is the product solving and how is that benefiting you?
Now I am going to say about my problems solved using Docker are as I already said my pros and cons in the previous things and the auto build has been removed and made it in pay feature and we can solve it using github which is ok.


    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.