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.


    Yogendra S.

Ready to go solution if not using k8s

  • August 09, 2023
  • Review provided by G2

What do you like best about the product?
I had to do a poc for moving dotnet application from windows environment to Linux
What do you dislike about the product?
Can't simply manage with kubernetes without third-party applications.
What problems is the product solving and how is that benefiting you?
To present proof of concept to the management


    Manuel L.

Best way to run applications

  • August 08, 2023
  • Review provided by G2

What do you like best about the product?
Docker is very lightweight for the amount of function you get out of it. I use it to run WebODM, a photogrametric program with very high consumption. I only have one PC at work to run photogrametric models and use ArcGIS. Running WebODM in Docker allows me to run all my software without crashing my computer.
What do you dislike about the product?
Nothing really. It works well for the limited use I have for it. I am not a programmer so I cannot speak to other aspects of the program. Any dislike would be on my end, since I have a steep learning curve not being a developer.
What problems is the product solving and how is that benefiting you?
I am the GIS speciliast for a small company. Recently we starting doing more work with drones and 3d models. All photogrametric programs have high consumption and would require a dedicated PC to run the software without interrupting the rest of our work. This is not finicially feasible for us so we found a program that can get us the 3D results we need while being able to run on the PCs we already have. This is done by running WebODM with Docker. It has the options to really get into the nitty gritty of the parameters for running WebODM withouth causing too much strain on my other hardware.


    Tim C.

Docker is a useful containerization platform that provides many benefits for development.

  • August 08, 2023
  • Review provided by G2

What do you like best about the product?
The container concept allows for greater portability and isolated areas of use of the service. I found Docker very easy to use once I had the initial configuration and configuration done.

Image creation is straightforward with Dockerfiles, although sometimes the problem of build failures can be difficult. The CLI tool gives you most of the commands you need to manage containers, images, volumes, etc. The Compe tool is also flexible enough to define multi-container environments.

Overall, Docker enables you to compile and deploy applications more efficiently. Image caching and layered file structures help reduce build time rather than provisioning entire VMs. Docker Hub also has strong community support with lots of images.
What do you dislike about the product?
On the downside, sometimes Docker feels a little too complicated. Network concepts such as bridges and overlay networks can be complex. There is also a course on checking storage using volumes and bind mounts. Sometimes I run into frustrating connection or licensing issues that are hard to figure out. Safety models and best practices for container sanitation seem important but unclear.
What problems is the product solving and how is that benefiting you?
Docker allowed me to use a central WordPress development container built by the company I work for. It made it easy to have access to a centralized image to use for development.


    Gorinta M.

Excellent tool in the market for Containerisations

  • August 05, 2023
  • Review provided by G2

What do you like best about the product?
I like Docker hub support and its easy of use to wide range available images in Docker hub and create your own containers and various features to get your work done fast and efficiently.
What do you dislike about the product?
One improvement i would like to suggest is its Resource managment while running multiple containers it could consume significant resources like CPU usage and large memory.
What problems is the product solving and how is that benefiting you?
Docker is solving many big problems like CI/CD integration, Dependency managment, Portability and also its solves isolation for different applications running in same meachine and many more.


    Information Technology and Services

Dockers Containerizing service

  • July 19, 2023
  • Review verified by G2

What do you like best about the product?
What I like the most about docker is that it becomes very much convinient to setup my application and docker is very easy to use
What do you dislike about the product?
About docker There is not that much that i dislike or working on it but at times containerizing my applications becomes a bit tiring or boring
What problems is the product solving and how is that benefiting you?
With the help of docker it has become very easy to run my application any time anywhere using the docker image as our applications become cross-platform or platform independent


    Investment Banking

Best tool to manage Containers.

  • July 17, 2023
  • Review provided by G2

What do you like best about the product?
Docker is a open source tool and makes the code work seamlessly across multiple OS like macos, Linux, windows..etc.

Docker helps us to build multi container applications and it enables scaling of the application by replicating the containers which are already deployed and has a fantastic documentation to work with docker.
What do you dislike about the product?
There is No dislikes about Docker it is one of the best tool on the market for containarising the applications.
What problems is the product solving and how is that benefiting you?
It helps me to bundle my code and all other dependencies into a single image and using this image i can run containers using docker compose a d because the image is compatible with all the OS it eliminates environment based errors.


    Jagruti P.

Best Powerful Containers Manage tools- Docker

  • July 07, 2023
  • Review provided by G2

What do you like best about the product?
Docker has a sizable and vibrant community and is portable, reproducible, effective, and secure. Containers can be executed on any computer with Docker installed since they are portable. Security can be increased by isolating containers from one another.
What do you dislike about the product?
Although Docker is a powerful tool, learning how to use it can be challenging. It may be difficult to begin if you are unfamiliar with Linux or containerization. It can be challenging to identify the issue if a Docker container experiences a problem.
What problems is the product solving and how is that benefiting you?
More effective than virtual computers are Docker containers. Due to this, I can deploy my application to many environments with ease and be certain that it will function consistently across all of them. Each container has its own network stack and filesystem.


    Information Technology and Services

Containerizing docker service

  • July 05, 2023
  • Review verified by G2

What do you like best about the product?
What i like the most is that it is very easy to use and setting up the application becomes very convinient
What do you dislike about the product?
There is nothing much that i dislike about docker but sometimes continerizing applications become tedious
What problems is the product solving and how is that benefiting you?
Our applications became platform independent we just need a docker image to run our applications anytime anywhere


    Milind L.

Docker

  • July 05, 2023
  • Review verified by G2

What do you like best about the product?
Best Containerization tool is easy to manage,
What do you dislike about the product?
A learning curve, complex networking, and Resource.
What problems is the product solving and how is that benefiting you?
Dependency Management: With Docker, you can encapsulate an application and all its dependencies into a single container. This eliminates the "works on my machine" problem, where software behaves differently across different environments. Docker ensures consistency in development, testing, and production environments, leading to more reliable software.


    Information Technology and Services

Containerization uisng docker

  • July 05, 2023
  • Review verified by G2

What do you like best about the product?
What i like the most is its very easy to use and setting up your applications becomes very convinient.
What do you dislike about the product?
There is not much that I dislike about docker but managing the containers becomes tedious.
What problems is the product solving and how is that benefiting you?
Because of docker our applications are platform independent. You just require a docker image of your application and you can run it anywhere