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

227 reviews
from G2

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


    Sachin R.

Review for docker a containerization platform

  • June 22, 2023
  • Review verified by G2

What do you like best about the product?
Containerization, easy to use, light weight, multi container, persistent volumes
What do you dislike about the product?
There is nothing much to dislike cause docker is the most perfect containerization platform.
What problems is the product solving and how is that benefiting you?
Usually developer used to build application on their device and once deployed they use to get lot of dependency errors, which now solved because the application can be built inside a container on a base os with all dependencies so that it can be deployed as a container without any errror.


    Parth V.

Docker is the best containerisation tool

  • June 22, 2023
  • Review verified by G2

What do you like best about the product?
Docker is beneficial in the containerisation of any system or software. Docker is also helpful in deploying the software on the cloud. Docker removes the primary hassle of installing the dependencies every time you are on a new system.
What do you dislike about the product?
There is almost nothing to dislike about Docker, even if you are new to command line tools it's very easy to use and docker also provides a UI for you to use if you are not comfortable with command line tools.
What problems is the product solving and how is that benefiting you?
Docker is beneficial when working in development and deployment, even if my colleagues are on a different OS, they can quickly run the development environment using Docker. Also, it's beneficial when deploying clusters for K8s to remove the tedious task of installing the dependencies with the same supported version.


    Health, Wellness and Fitness

Best containerization service ever

  • June 22, 2023
  • Review provided by G2

What do you like best about the product?
It packs the dependency and manage caching like pro
What do you dislike about the product?
There can be nothing to hate about docker. It's such an amazing product
What problems is the product solving and how is that benefiting you?
It removes the hassle of managing infra independently.


    Avani B.

Docker : A Strong Tool for Containerization for Developers

  • June 20, 2023
  • Review verified by G2

What do you like best about the product?
- Free and open source
- Large community support
- Documentation
- Integration with other applications
- Containers are small and effective; they are perfect for delivering apps on the cloud.
- Numerous cloud service providers offer Docker, making deploying apps in any setting simple.
What do you dislike about the product?
- Docker has certain security issues. However they may be reduced by adhering to best practices.
- Docker might be difficult to understand and utilise.
What problems is the product solving and how is that benefiting you?
Docker increases development efficiency, decreases code deployment overhead, and eliminates environment-based errors, because if the application is Dockerised, the Env will be the same everywhere. I had a pretty nice experience with Docker.


    Computer Software

Powerfull tool to manage your containers

  • June 16, 2023
  • Review verified by G2

What do you like best about the product?
Taling about Docker desktop you have in one view all your containers, and you can manage them easily. It has good integration with Kubernetes. In terms of Docker Apps itself, it provides you with a powerful tool to manage your containers allowing you to package your application without taking into account where will be deployed. Also, Docker enables easy scaling of applications by allowing containers to be replicated and distributed across multiple hosts. This gives you efficient resource utilization and load balancing.
What do you dislike about the product?
Maybe the complexity, it's powerful but the learning curve is high. You have to understand a lot of concepts and configurations that will challenge you if you are a beginner.
What problems is the product solving and how is that benefiting you?
Docker gives me a good tool to containerize all my applications, also resources like databases. it gives me an easy way to run and test my applications locally. The docker Desktop application is so useful. I can start and stop a container, go into the container if I need to test something or execute a command inside them.


    Gambling & Casinos

Docker Review

  • June 16, 2023
  • Review verified by G2

What do you like best about the product?
Docker provides everything to our application that it needs to run
across a variety of environments irrespective of the outside machine infrastructure.So, basically it creates an isolated environment for any application,dividing the application into different containers where each container having all the required dependencies and configurations packed within it.
What do you dislike about the product?
In case of large applications,it becomes difficult to set up and manage large number of containers .Also it gets difficult to access data from a container and share it to a different process in need.
What problems is the product solving and how is that benefiting you?
Provides flexibility,isolates application from one another,makes deployment more easier, secure and faster .So, basically it saves time and no need to take care of platform we are using.


    Ananth G.

A separate dev environment - don't go anywhere but for Docker!

  • June 09, 2023
  • Review verified by G2

What do you like best about the product?
Its usage, its simplicity, its versatility to use. The concept of Docker is fantastic. It helps any developer to avoid spending time on various development box setups and simplifies the same task with this great Docker tool.
What do you dislike about the product?
Sometimes the usage of Docker slightly gets confusing. Not everybody can use this tool to its efficiency. This tool is basically not for first timers or for novices.
What problems is the product solving and how is that benefiting you?
I dont need to access to a separate system or a dev box to get my program setup done. Softwares like these help us concentrate on coding than on setting up dev boxes or environments.


    Akshay M.

Docker is best for Multi server applications

  • June 08, 2023
  • Review verified by G2

What do you like best about the product?
Docker solve my daily life problem, As I am a software developer it helps me to deploy my applications and run it on any version of applications and it's processes to create image of code and reuse it without any dependencies to the machine configuration
What do you dislike about the product?
It's a hard to implement and the community support is quite low

Mostly senior developers use to apply docker, but Juniors need time to understand the flow of implementation
What problems is the product solving and how is that benefiting you?
As a software developer, I am use to deploy my applications on server and I need to manage the env. And package files to make it run smoothly on all the devices but due to diff devices itts not possible, that time docker helps me to create registry and deploy code over registry and make it accessible to everyone with nay versions of applications


    Chisama M.

The portability of Docker

  • June 06, 2023
  • Review provided by G2

What do you like best about the product?
The simplicity of exchange of full docker files.
What do you dislike about the product?
Nothing at all. I think it is one of the few very well orchestrated solutions.
What problems is the product solving and how is that benefiting you?
It allows for the containerization of our monolithic applications.


    Media Production

Best containerization tool I've used so far for DevOps

  • June 03, 2023
  • Review verified by G2

What do you like best about the product?
-Allows shipping products to any Operating System
-Enables easy delivery and CI/CD pipelines
-It containerizes the application and provides os-level virtualization which allows the application to run on any OS
What do you dislike about the product?
-Docker expertise is required to be able to utilize this tool fully
-If not configured properly it can lead to performance issues
-Manual patching of OS level vulnerabilities
What problems is the product solving and how is that benefiting you?
Docker solves the problem of application deployment. it works on any system and once you have docker installed on the server or VMs it will allow your app to run on any type od operating system. It also helps greatly with shipping applications with dependencies.