Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

235 reviews
from G2

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


    Pranay J.

Docker: The best Container run time

  • February 08, 2022
  • Review verified by G2

What do you like best about the product?
Docker is one of the best container runtimes in the market. We are using it in all the projects for Dev, Staging, and Production environment. It can be easily installed and integrated with almost all the localhost and cloud-based servers on all types of operating systems. This helped us in releasing the build from dev to prod without any errors.
What do you dislike about the product?
The docker is one of the best container runtimes but there have been always security concerns we have seen over time. By default docker container runs with root access which can be a big security risk in the production. It also requires some kind of orchestration tool as docker itself is not very stable for production-level use.
What problems is the product solving and how is that benefiting you?
Earlier we used to struggle with the issues like code is working on dev but not in production but docker enables us in pushing the same code and environment on any server and environment. It's open-source so anyone can use it for free, at least for pulling the publically available base images.


    Chanakya B.

Good but can be better

  • February 07, 2022
  • Review provided by G2

What do you like best about the product?
Docker is very easy to use and for managing containers, I believe it's the best out there. Support for "enabling Kubernetes" is cherry on top.
What do you dislike about the product?
I wish there could be a way to reallocate the resources once the container is created. There is no option for configuration of resources at runtime which can be a pain sometimes.
What problems is the product solving and how is that benefiting you?
We used docker for containerizing our application to create multiple instances by scaling the containers which helped us a lot to test performance and load balancing.


    Shishir K.

Effective tool to customize your application

  • February 04, 2022
  • Review provided by G2

What do you like best about the product?
It is the best tool to package and deploy microdervices components. It also helps speed up deployments and developing pipelines thus an efficient way to implement CI/CD technique
What do you dislike about the product?
There are few avenues of improvements, e.g. we need to have Linux knowledge to write own image and we need to always re-build images whevever we have to install new modules
What problems is the product solving and how is that benefiting you?
It helps to configure servers quickly and quickly helps to implement CI-CD in the project. It helps to build containers in a secure, reliable and faster way thus one thing less to worry about


    Manasa S.

Best Container storage.

  • February 02, 2022
  • Review provided by G2

What do you like best about the product?
The most valuable and helpful benefit of Docker is it si easy to have the latest version of any software that we can use anywhere we want them most like in Qovey. We need to use the Dockerfile to tell what version of Nodejs We need to use for our project.
What do you dislike about the product?
The most disadvantages in Docker are nothing but the things I did not like in Docker is it made auto build for the pro users only for students also it needs to be there so that they can also do development easily or they should give some like for projects like private projects.
What problems is the product solving and how is that benefiting you?
The business problem I solved using Docker is I was able to manage the software versions very easily using Dockerfile and when i combineed this with Qovery I made thsi very easy to host in server side for 24/7.


    Vimal G.

Docker Review

  • January 31, 2022
  • Review provided by G2

What do you like best about the product?
Docker provides a number of platforms without the need to install any dependencies or software. File mapping to containers works flawlessly.
Docker provides its own repository and cloud for uploading its own projects and servicesrvices. Taking a pull of any service and running it is simple.
What do you dislike about the product?
Sometimes the command line gets stuck. Docker images can become too large at times and should include garbage collection tools.
What problems is the product solving and how is that benefiting you?
Docker excels at what it does best: container image management, administration, and deployment. Updates are simple, seamless, and well-integrated with Kubernetes, so they work well whether your deployment is on-premises or in the cloud. CLI is fantastic, and I've never used another tool to manage this. Docker Desktop is easy to use.
Recommendations to others considering the product:
In my opinion, Dockers are a great alternative to virtual machines.


    Praveen K.

Senior DevOps Engineer

  • January 21, 2022
  • Review verified by G2

What do you like best about the product?
We can create our application with minimal resources like 0.1 CORE of CPU and 100MB of RAM. Other than will create similar kind of base image for each environment, very easy to setup and easy to rebuild the same image in diff env like dev, test, stage, or prod
What do you dislike about the product?
Will not use docker high availability without using any other orchestrator tools like k8s and docker swarm
What problems is the product solving and how is that benefiting you?
To run multiple services/applications in a single instance and very easy to consume the total capacity of your instance. Also, for migrating the same service in new environment we don't need to spend much time to set up the new infra, just used the same image and deployed it in new server
Recommendations to others considering the product:
If you have microservice-based architecture and also multi-tier structure, then you can start using docker for your each service


    Information Technology and Services

docker for developer

  • January 15, 2022
  • Review provided by G2

What do you like best about the product?
Docker is best for building images and containers.
I mean, we need to specify what version of the node we are using in the project.
specify work for docker, and run command. It will do the rest of the work
What do you dislike about the product?
Sometimes it takes time to load. The first time it will download the images takes much time.
What problems is the product solving and how is that benefiting you?
If more people are working on the same project with different machine, different os, you just need setup docker with project and run docker, and it will install all the dependencies as per docker file and the project.


    Jeremy B.

Successfully docked

  • January 15, 2022
  • Review provided by G2

What do you like best about the product?
It Allowed me to make several hosted pages.
What do you dislike about the product?
Sometimes it doesn't indicate when you have a server hosted on other submenus.
What problems is the product solving and how is that benefiting you?
Able to host sample pages and customize them. While people may not see the names of the servers, it's cool that they can be customized on the back end to fit your personality.


    Ryan S.

Docker makes shipping software far more resilient

  • January 14, 2022
  • Review provided by G2

What do you like best about the product?
Docker standardizes software delivery by ensuring OS your software is running in is consistent and reproducible. Docker containers also have a faster start time than conventional virtual machines. These two combined means you can have a more reproducible production environment that recovers more quickly from failure than traditional software delivery means.
What do you dislike about the product?
Docker concepts can be hard to grasp for junior developers. More beginner documentation about WHY you need docker would be helpful when mentoring interns. There is a steep learning curve to docker, but the benefits far outweigh this.
What problems is the product solving and how is that benefiting you?
Docker helps standardize software delivery to development, staging, and production environment. It is a standard way to deliver software to cloud and on-prem environments.
Recommendations to others considering the product:
Take the time to read the documentation and fully understand network configuration.


    Sarath N.

Docker best image possible

  • January 13, 2022
  • Review provided by G2

What do you like best about the product?
1. Traditionally the deployment are so Manual and required more time to market, in the docker era it was quite easy and efficient way to pack our code as image and with a simple Docker run command do the job for us
2. This is not only for developing an application even running our automation suite it is more efficient rather .JARing or .WHLing our automation code, let's put it in a docker file and the docker engine do the rest
3. Best efficient way to implement CI/CD technique
4. Also dockerHub provides wide range of docker image starting from chromium browser till Ubuntu OS (both light and heavy versions)
5. Majority of images that are available in DockerHub are verified and we do not need to worry about any vulnerabilities
What do you dislike about the product?
It's a Linux command and someone need to be knowledgeable in the Linux OS in order write there own image. More than a dislike it's about usage. Nevertheless we can get any image code from dockerHub as they are always providing the GitHub url for cross reference
What problems is the product solving and how is that benefiting you?
Implementing CICD in my project was so easy using docker image. Especially we were using gitLab and with the package registry it was even easy to package my automation code into image and call it within my yml file