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.


    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.


    Hospital & Health Care

Simple Management of Multiple Applications

  • August 31, 2022
  • Review provided by G2

What do you like best about the product?
Docker is an amazing tool that allows you to easily build, deploy, and manage applications in isolated environments.
What do you dislike about the product?
None! Setting Docker up is super simple if you follow their instructions.
What problems is the product solving and how is that benefiting you?
Allowing to easily build, deploy, and manage multiple services.


    Vijay I.

Best deploying solution for enterprises

  • August 29, 2022
  • Review verified by G2

What do you like best about the product?
Docker is the best container technology useful for hosting any API. Be it an AI prediction model or any software product, we can easily host anything or everything as a service on docker and can be served to users. This is the only efficient way to serve any developed feature to users. We can host multiple apps and serve multiple products using docker. The application which works on the developer system will work anywhere using docker.
What do you dislike about the product?
We need to have specific skills to work with docker otherwise debugging the errors would take a lot of time to fix. During the initial days, I struggled to debug the errors produced while building the container. The only thing I don't like working with docker is when we make any changes to fix the error we need to wait a lot of time to build the docker image, just to check if the issue is solved.
What problems is the product solving and how is that benefiting you?
After we develop any feature to serve it as a microservice we host it on docker and it can be easily accessed internally and externally. To make developed features work on any machine, docker provides a unique solution, we just have to run the docker file and the service works irrespective of any machine. We can serve any application internally as well as externally by opening the required port.


    Hardik J.

A wonderful tool to deploy applications with ease

  • August 27, 2022
  • Review verified by G2

What do you like best about the product?
Large documentation on the web allows us to build a container and deploy images quickly. Docker is available not just for Ubuntu but also for Windows, and provides a large set of features.
What do you dislike about the product?
I wish it would have been possible to manage memory utilization with ease.
What problems is the product solving and how is that benefiting you?
In research, it is often valuable to share your work to allow reproducibility. Docker file along with the code makes sure that the code works with the correct set of libraries on any machine.


    Pragesh S.

Docker - An useful platform for managing SDLC

  • August 17, 2022
  • Review provided by G2

What do you like best about the product?
Capable to manage the Software lifecycle which can be reused, easy to deploy independently in various environments used in application development
What do you dislike about the product?
Images have memory issues however not everywhere
What problems is the product solving and how is that benefiting you?
Very useful in Software Development lifecycle management


    Mohit Kumar R.

Best tool to deploy apps

  • August 13, 2022
  • Review provided by G2

What do you like best about the product?
1. Easy process to install and run on OS.
2. Allows installing libraries, tools and programming languages in containers from one environment to another.
3. Easy to deploy apps using docker commands.
What do you dislike about the product?
1. It asks for sign-in a lot of times.
2. It takes time to set up containers when it comes to large and multi-platform applications.
3. It can have more features for Dockerfile to containerize the application.
What problems is the product solving and how is that benefiting you?
It helps in deploying the automation process of workflow. It also helps to solve the problem of code not running on different computers.
Also, it helps to share applications with my other team members.


    Mo Q.

Docker is Docker // Super Power 👏

  • August 12, 2022
  • Review provided by G2

What do you like best about the product?
I am in love with Docker, it's the main tool for securing secure software supply chains for our development teams. easy to containerize and make images for any software you want with a helpful approach
What do you dislike about the product?
actually, I love everything in Docker, so I don't have any cons for DOCKER
What problems is the product solving and how is that benefiting you?
securing secure software supply chains for our development teams. easy to containerize and make images for any software you want with a helpful approach


    Sachin H.

Containerized Microservice Application

  • August 12, 2022
  • Review verified by G2

What do you like best about the product?
Docker is one of the best application container tools, Almost all companies are adopted Docker, in every job post is not complete without mentioning this Docker tool.

Nowadays all projects are running in the docker container, within a minute deploying apps using docker commands is a wonderful experience for beginners and the docker hub and docker desktop are good to store and maintain our own created docker images/containers
What do you dislike about the product?
Something I don't like or improvements required in docker hub need a small console to test images and I feel need more features/functionality for Dockerfile to containerize the application.
What problems is the product solving and how is that benefiting you?
Docker helps me to share my application with other teams with all requirements and we switch to the particular version of the application whenever it's required.