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.


    Matan H.

Docker is a goto when thinking about serving your app

  • December 06, 2023
  • Review provided by G2

What do you like best about the product?
Serving apps. Creating pipes. East deployment to production, easy to integrate different modules.
What do you dislike about the product?
Cleaning docker images storages.
Hard to onboard
What problems is the product solving and how is that benefiting you?
Serving apps in the cloud.
Help building pipes.


    Ranjit Kumar M.

Best containerisation platform

  • December 06, 2023
  • Review provided by G2

What do you like best about the product?
Private respository.
Integration with kubernetes.
Creates image very fast.
Faster migration.
Ease of creating new instance.
Fast deployment.
What do you dislike about the product?
Docker is complex to adapt.
Consumes too much memory.
Container share same host kernel which could be a problem.
What problems is the product solving and how is that benefiting you?
Faster deployment and migration.


    Amit B.

Simplified Containerization

  • November 29, 2023
  • Review provided by G2

What do you like best about the product?
Simplicity and effectiveness in terms of containerization, supports all the requirements when it comes to building images or reusing base images. Easy to integrate and implement across applications.
What do you dislike about the product?
Would be great if more components other than the docker engine are made open source.
What problems is the product solving and how is that benefiting you?
Conatinerization of apps and services, helps in deploying services as containers.


    ARJUN V.

Docker : The best solution to virtualization

  • November 28, 2023
  • Review provided by G2

What do you like best about the product?
1. Its easy to use and work with the team members
2. Packages can be installed very easily and can be deployed to docker hub so that we could reuse that.
3. OS specific issues can be solved.
4. When we adapt dockers in our projects so multiple members can work together and also the package installations can be avoided so that is saves time.
5. It can be easilly integrate to the running projects
6. Docker containers can be saved locally as well..just like that it provides many features.
7. Its easy to pull docker containers with even single command.
What do you dislike about the product?
1. It will consume the memory rapidly.
2.Low memory might result in performance of the system.
What problems is the product solving and how is that benefiting you?
Docker can solve number of problems. We have used docker in many projects , so that when we commit a docker container to docker hub and team members could pull the container and make use of it and as one of the member had insttalled the required packages then the time consumption for that kind of applications can be reduced. We shall create work environments with in it , so that some projects needs linux environment or embedded based OS , so for testing and all we might dont have those devices with us , so we shall pull the docker containers which we used before and make use of it for modifications and testing. So that it shall help to work remotely as well and we could simply run linux environments in Windows OS easily.


    Anjineyulu V.

Easy for devolopment and collabration

  • November 15, 2023
  • Review provided by G2

What do you like best about the product?
It helps in reproducabilty of environments across our devolpment and production servers
What do you dislike about the product?
Steep learning curve and server restart because of docker bugs
What problems is the product solving and how is that benefiting you?
It helps in reproducabiliy of environments and quicks fallbacks in production systems


    Mark P.

Essential tool to master for professional software engineers

  • November 09, 2023
  • Review verified by G2

What do you like best about the product?
One of the nice things about docker is that in the basic form it is pretty simple and easy to use, assuming you get a good image, you can easily use Docker to get an app up and running with very few stepa, so that makes it very easy to implement if you combine it with a cloud based docker hosting service. I'm essentially using it every day in various forms from running it at home to keep my home automation, game and print servers sperated.
What do you dislike about the product?
One of the things about Docker is that it's pretty minimal in itself, the basic features are there, but then there's a world of additionally complicated tools to get involved, like Kubernetes and nginix to create more advanced configurations. That makes it soetimes difficult to implment if you're just getting started.
What problems is the product solving and how is that benefiting you?
Docker helps me in my professional work by allowing me to build an application image and deploy it across multiple regions and the security that it's the correct version of the code. The caching layers also work very well so that building images can be much quicker that, for example, a full VM.


    Health, Wellness and Fitness

The best containerizaion technology.

  • October 21, 2023
  • Review provided by G2

What do you like best about the product?
Docker provides a comprehensive platform for our application to operate in various settings, regardless of the existing hardware infrastructure. It delivers an isolated environment, separating the application into distinct components, and providing all essential services to run seamlessly. This allows the application to operate smoothly and independently, without concern for dependencies or outside factors. In short, Docker grants our application complete autonomy in its surroundings, ensuring stable execution no matter what. It very easy to setup for the first time.
What do you dislike about the product?
Docker cannot offer the necessary level of support for a production environment, which is mission-critical in today's business world. Enterprise-level or production-level support is lacking in their offerings. Steep learning curve when moving to Docker (or containerization in general) for the first time.
What problems is the product solving and how is that benefiting you?
Docker is solving the problem of app portability.


    Information Technology and Services

Great technology

  • October 18, 2023
  • Review verified by G2

What do you like best about the product?
Can run on cross platform
Can build applications on OS based container or completely from scratch
Can tag images
Low resource consumption if configured well
Provide continuity of service if configured well
Very easy to use and implement
TUtorials available almost everywhere
Great user community
Registry available
Helps in contributing in Open Source
Used everyday
What do you dislike about the product?
Nothing to dislike
One thing is that one needs some experience to work with it
What problems is the product solving and how is that benefiting you?
We are using docker to host nodered, nginx, elasticsearch which is part of the magento stack
It makes it easy for us - Less administration of middlewares on OS
Image already available
it helps in saving time compared to traditional install


    girish H.

Docker has truly transformed the way we develop, package, and deploy software

  • September 29, 2023
  • Review verified by G2

What do you like best about the product?
Because they are lightweight they use a technology called containerization Which allows us to share the host OS and kernel and libraries
Using docker we can build container images, run images to create containers, and also push their containers to the container register

Docker Architecture.
It has Client Docker Host and Registry

Life cycle.
Docker build
docker Run
docker push
What do you dislike about the product?
Not easy to use.

Data misuse

shared network
What problems is the product solving and how is that benefiting you?
For Consistency Across Environments
Dependency Management
Isolation
Portability


    Korla G.

My experience with Docker

  • September 22, 2023
  • Review verified by G2

What do you like best about the product?
Docker a platform with which I can containerize my application easily it works cool with windows Linux and mac .My web app works on my machine and it works cool on my friends machine as well, only thing they need to do is that they need to run the docker image of my app that I had build and shared . It also provides volumes, networking through which containers can communicate with each other. It also has large registry called docker hub where all official images are stored.
What do you dislike about the product?
Docker has only a single point of failure called Daemon server which means the commands that I run my CLI were executed by daemon server . If that fails there is no alternative like podman.
What problems is the product solving and how is that benefiting you?
Main problem it solves is that it is light weight and has light weight base image and few app and os dependencies with which if app runs on my machine it works any where regardless of environment.