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.


    Computer & Network Security

One of the best containers tools to deploy your app

  • August 08, 2022
  • Review provided by G2

What do you like best about the product?
The easy process to install and run on OS.The support and availability of other software to run into it make it usefull to deploy app.By using docker compose we get option to customized each things like Network,Storage location, Port binding.Very easy to intregrate with ECR reporistry and if the OS crash easy to backup the image and restore on another machine in no time.Many app available to mange the container via web UI.
What do you dislike about the product?
The worst thing is to protect the container as UFW (firewall) cannot be use with docker.Docker bypass the IP table rule and exposes the used port pubicly.Need to improve the usage of resources as it still doesn't utilize to fullest and performance is not accurate.
What problems is the product solving and how is that benefiting you?
To easyily migrate from one machine to other.Save lot of time and effort to setup each app on machine.Using networking we can enable the docker to communicate with each other or stoping to do it.Time and money are save when test code is deployed in docker to QA the app.


    Information Technology and Services

Docker images

  • August 07, 2022
  • Review provided by G2

What do you like best about the product?
Deploying an image is a way easy task than all
What do you dislike about the product?
kuberneties options are less, can integrate more
What problems is the product solving and how is that benefiting you?
it suddenly stops and we have to run it manuall again using Docker up command but this happens rarely.


    Financial Services

Docker Review By Dev

  • August 02, 2022
  • Review provided by G2

What do you like best about the product?
One of the main benefit of docker is compatability, same image is used across all the machines,servers hence helps in keeping same environement across all the developers. Another major benefit of docker is rapid development along with continuous and fast deployment.
What do you dislike about the product?
Although containerisation helps in eliminating the problem of compatibility but it requires lots of resources as compare to plain virtual machines which is not cost effective.
What problems is the product solving and how is that benefiting you?
Compatibility issues, now problem of working on one machine and not working on another machine is eliminated, plus helps in fast and continous deployment and development, saves everyone's time.


    Shilpi J.

Sharing review on Docker as a dev

  • July 30, 2022
  • Review provided by G2

What do you like best about the product?
The best thing I felt is we can run applications without having VMs. It makes deploying applications very easy. On the top of that it is free of cost to install.
What do you dislike about the product?
If someone don't know Docker commands then it is but difficult to work.
What problems is the product solving and how is that benefiting you?
Docker manages the infrastructure very effectively as it manages applications which I think is one of the toughest problem that it solved.


    Daniel L.

Good for collaboration with other developers

  • July 29, 2022
  • Review verified by G2

What do you like best about the product?
It is easy to package app and can be run on other machines and other systems.
What do you dislike about the product?
I think the learning curve is too steep, it took really long to learn and master docker.
What problems is the product solving and how is that benefiting you?
It solves the problem of needing to download and install dependecies when I want to run and test apps that my coworker developed.


    mayank y.

Saves time, easy to setup, completely reusable.

  • July 27, 2022
  • Review verified by G2

What do you like best about the product?
The complete lifecycle of an application within a container, that's what I like the most. Also, reusable containers are best. Running containers is super easy and sharing them is also nice.
What do you dislike about the product?
Truly say, nothing is what is disliked in docker, but sometimes it feels like time taking process to set up a container when it comes to large and multi-platform applications.
What problems is the product solving and how is that benefiting you?
Docker provides the ability to customize the built environment, instead of massing with a whole system, we can configure containers to match the requirements of an application.


    RAJAN S.

Best..! Safe..! Excellent..!

  • July 27, 2022
  • Review provided by G2

What do you like best about the product?
I like best about docker is its speed.we can create containers very quickly.
What do you dislike about the product?
There are some disadvantages also of Dockers..like lack of GUI
What problems is the product solving and how is that benefiting you?
It gives speed to a developer,create containers for softwares within seconds and deploy it.


    Ashay S.

Great too for code Reproducibility

  • July 26, 2022
  • Review verified by G2

What do you like best about the product?
One of the best things is obviously ability to run low resource containers and that too within seconds. It helps a lot in the Data Science modules that I work on as they have very high level of dependencies , so having to build only one container that can help others set up the same code to run is very helpful and time saving.
What do you dislike about the product?
There is a learning curve as the basic of docker is far from how it is used in the production level . One would also require an orchestration tool to manage multiple container like Swarm or Kubernetes. All in all it is a great tool but a lot need to be ensured for it to run effectively and securely in the production environment .
What problems is the product solving and how is that benefiting you?
I am currently using it to containerise various modules of the Data Science problems that I work on. It saves time to set it up in the cloud after testing has been done on the local system and also anyone could test it by setting it up using a single command.


    Management Consulting

Docker

  • July 26, 2022
  • Review provided by G2

What do you like best about the product?
Dcoker Gui app , makes it easy and convenient for use
What do you dislike about the product?
Downloading files from inside the docker
What problems is the product solving and how is that benefiting you?
Docker helped us in deploying ML models for our clients


    Computer Software

Docker review

  • July 25, 2022
  • Review provided by G2

What do you like best about the product?
The ability to manage images and containers is something i like the most. The easiness to operate and learn is also a very big plus point.
What do you dislike about the product?
There isn't much to dislike, but only thing that sometimes trouble is the requirement to add in a solution for persistent storage.
What problems is the product solving and how is that benefiting you?
Docker has really facilitated the development process by enabling us to create an exact environment where to run the code.