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

222 reviews
from G2

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


    Ashish M.

Docker used for container

  • March 20, 2024
  • Review provided by G2

What do you like best about the product?
Its a good product which is used for creating container.
What do you dislike about the product?
It have not automation which i dislike most.
What problems is the product solving and how is that benefiting you?
It makes container in a light storage.


    Jacki K.

Docker makes it easy to prototype, develop, and test various software and application packages.

  • February 06, 2024
  • Review verified by G2

What do you like best about the product?
The ease and speed in which it takes to fire up and run applications. Its also very easy combine multiple docker containers into useful stacks. For example you can fire up a VPN docker container, an authentication container, and then a web application container and link them together so that all the traffic sent to the application is protected by an authentication layer with all traffic running through a VPN. If you decide to switch one application out for another later on it makes that very easy too. Countless hours troubleshooting the interoperability of applications is avoided.
What do you dislike about the product?
It can be a bit of a learning curve if you are used to running everything on a baremetal server but the learning curve is worth it for the time saved later.
What problems is the product solving and how is that benefiting you?
Docker runs all our companies internal applications. Wikis, Knowledge base, online security, etc.


    Juan Diego P.

No better way to work locally than using docker and docker desktop

  • January 22, 2024
  • Review verified by G2

What do you like best about the product?
Most powerful and flexible tool to create local development environments. Great ecosystem as well.
What do you dislike about the product?
Some previously free features on Docker Hub are now paid features.
What problems is the product solving and how is that benefiting you?
Replicate production environments and testings new versions.


    Gourav U.

Best containerization tool ever used.

  • January 22, 2024
  • Review provided by G2

What do you like best about the product?
The best thing I like about docker is that its community is huge and easy to get support.
Its very easy to understand docker and its working is very smooth and simple use can easy implement for there application.
Its very fast and light weight on Server and easy to manage.
Can get almost every base image on dockerhub which make working very easy.
What do you dislike about the product?
There is no issue or dislike for docker as I have been using for many year and not faced any issue.
What problems is the product solving and how is that benefiting you?
The very fast benefit I get is in infrastructure costing with docker I am able to run multiple application on single server by running those application in container.
Very easy to create images for our application and its very fast and light weight image which will give better performance.


    Akash B.

Docker is very helpful software to build, test and deploy application quickly.

  • January 21, 2024
  • Review provided by G2

What do you like best about the product?
While using Docker there are lots of useful things Docker is lightweight, Rapid performance, Docker Store, and many more.
What do you dislike about the product?
I most dislike things in Docker such as Security Vulnerabilities, the increased complexity of simple applications, and Challenges in large-scale deployments.
What problems is the product solving and how is that benefiting you?
Docker solves lots of problems like Consistency, Isolation, Portability, Efficiency, and Versioning, and It is very helpful in DevOps practices, Streamlined development, deployment, and resource utilization.


    Mohit G.

Must needed product for building and delivering applications

  • January 20, 2024
  • Review verified by G2

What do you like best about the product?
Being a java developer we need to package and deploy our applications on the servers.
Docker provides the best service to achieve the same.
It is very light weight and efficient.
Easy to install and integrate with other softwares e.g kubernetes, jenkins.
What do you dislike about the product?
It fullfills all of our requirements very well. We have not encountered any downsides so far.
What problems is the product solving and how is that benefiting you?
Docker helps to package and ship our java springboot applications very efficiently.


    Banking

Docker Review

  • January 20, 2024
  • Review provided by G2

What do you like best about the product?
It is open source tool for container to build our applications and it supports cross platforms like Windows, Linux , Mac.

It's best too to build microservices based applications using docker and it can be easily integrated with Devops to easily build the applications and deploy into cloud.
What do you dislike about the product?
I have worked on Docker for more than year but haven't found any dislikes on it but there are certainly areas of improvement regarding security of the images.
What problems is the product solving and how is that benefiting you?
It helps us to combine both the depencies and code into a single image and use it to build applications.

It helps us in CI/CD process to build applications using Devops Pipelines to build and deploy our applications seamlessly and we use Argo CD tool to manage our Kubernetes Cluster.


    Rohit S.

My experience with docker

  • January 19, 2024
  • Review verified by G2

What do you like best about the product?
It helped me isolate different application services into containers and also accelerated my development process. I use it daily for my development. Has excellent customer support. Was able to seamlessly integrate into my CI/CD pipeline. Is very easy to implement.
What do you dislike about the product?
While running multiple containers it consumes a lot of resource.
What problems is the product solving and how is that benefiting you?
It helped in dependency management and isolation of the environment.


    Musadiq P.

It is great but mac m1 needs a bit improvement

  • January 19, 2024
  • Review verified by G2

What do you like best about the product?
It allows our whole team to run services in a same environoment
What do you dislike about the product?
the mac m1 always makes images for m1 architecture only
What problems is the product solving and how is that benefiting you?
Helping all the engineers to use the same environoment locally, so that it always works irrespective of the device


    Information Technology and Services

Docker the KingMaker

  • January 19, 2024
  • Review verified by G2

What do you like best about the product?
Docker help us in isoalating each Microservice, we have integrated with Kuberneties for orchestration and build each Docker images with Gcp Build its very efficient to use anywhere private or public. If there is issue with one Microservice does not affect others so its easy to track. we have tons of advanges like this with docker.
What do you dislike about the product?
In image build process it will start building image form step 1 every time if it fails in middle. for eg, if we have 15 step in image build process and if it takes time for each step we have wait as it starts from 1st step.
What problems is the product solving and how is that benefiting you?
Dockerhelps us in isolating each MS and using the images as per our needs downloading the requirements from docker repo .