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.


    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.


    Mahnoor A.

Everything working on everyone's machine

  • September 14, 2023
  • Review verified by G2

What do you like best about the product?
Its main functionality which is to simulate the best environments for a piece of code to run. If I can set up the right docker container that the author intended, I do not have to set up anything else. It removes the need for complicated setup instructions in many scenarios. The CLI is automatically configured to use the most popular CLI registry so I do not have to specify URLs.
The CLI can also be configured to work with ACR's CLI.
What do you dislike about the product?
The number of image pulls a day is limited on the free plan, unlike Podman.
It is a bit complicated to set up a local registry for machines with large storage.
Sometimes, the platform error it gives on MacOS can be misleading for new users.
What problems is the product solving and how is that benefiting you?
We use it to distribute components to each other for local testing through writing Dockerfiles. It saves time from setting up dependencies ourselves. We also share updates with each other through new images pushed to DockerHub or Azure Container Registry. The multistage building feature also allows us to reduce the size of the final image so a lightweight image can run the binaries. This way our storage does not get all used up.


    Consulting

Containerising Application

  • September 08, 2023
  • Review verified by G2

What do you like best about the product?
Docker provide Isolation, Portability, Scalability, Version Control, Security, DevOps Integration, Efficienty, Community, Ecosystem and Ease of Use for most of the people
What do you dislike about the product?
Docker is not able to provide enterprise level of support or we can say production level of support for the production environment which is higly required now a days
What problems is the product solving and how is that benefiting you?
Docker solves many probles such as dependency management, Isolation is different projects, Portablity, version control kind of features and it is open source so any one can use that


    Anthony K.

Docker is an amazing tech

  • August 31, 2023
  • Review provided by G2

What do you like best about the product?
I enjoy how docker can create safe spaces for technology to run in any environment. It packages the prerequisite software dependancies and configurations cleanly and securely. These are then modular and easy to share. Building these from simple text files is also within grasp. Finally, docker does this all securely.
What do you dislike about the product?
Docker corporation charges money for things that should be free, making a challenge for OpenSource maintainers.
What problems is the product solving and how is that benefiting you?
Docker is making it possible to port configurations and dependancies cleanly from engineering's systems to production systems, securely and rapidly.


    Daniel N.

Essential for all service developers

  • August 19, 2023
  • Review verified by G2

What do you like best about the product?
Docker has become among the most important services to improve integration testing and deployments. By providing a consistent and packaged deployment, the software development experience is considerably enhanced.
What do you dislike about the product?
Licensing changes from unlimited open source to paid commercial services has created complexities and delays in our process.
What problems is the product solving and how is that benefiting you?
Docker solves creating and collapsing integration environments very quickly. We are also using it as a source for open and closed source image repositories.


    Aniruddha H.

Best containerization tool for deployment - Docker

  • August 10, 2023
  • Review verified by G2

What do you like best about the product?
I like the technique of containerization in the Docker application. Docker offers quick and effective image and package building. Here, we can simply create, test, and bundle our applications while also collaborating with the DevOps team much more effectively.
What do you dislike about the product?
Deployment can occasionally be slowed down by the creation of huge pictures. I also have to acknowledge that Docker's learning curve is a little bit complicated. Good documentation must be present. Docker has performance problems on several systems.
What problems is the product solving and how is that benefiting you?
For Docker, the primary issue which is containerization and package creation was resolved. Environments, libraries, and dependencies won't be a problem for us. Now, developing and integrating applications is simple!