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.


    I. I.

DockerHub, Container Image Repository

  • August 04, 2021
  • Review verified by G2

What do you like best about the product?
DockerHub is the Github for Container Images. The Image security scan removed the headache of setting up vulnerability scanning for images.
What do you dislike about the product?
I wish for more Service Management applications can be integrated.
What problems is the product solving and how is that benefiting you?
I stored my images on Dockerhub and collaboration.


    Computer Software

light weight containerization tool

  • August 03, 2021
  • Review provided by G2

What do you like best about the product?
Open platform to easy to create images, deploy. It maintains infrastructure on a server level.
What do you dislike about the product?
Not suitable for all applications, especially graphical applications.
What problems is the product solving and how is that benefiting you?
Containerization for microservices


    Shivam S.

One of the best platform in order to work with images

  • July 29, 2021
  • Review provided by G2

What do you like best about the product?
Easiest way to pull and push the images,It made containerization process seamlessly working.
What do you dislike about the product?
For making docker desktop compaitable with windows,Sometimes we may face issues on it while setting it up.
What problems is the product solving and how is that benefiting you?
We are widely resolving the setting up the installation and making the deployment easy by creating docker file in GitHub repository.
Recommendations to others considering the product:
Anyone can use it,It is very simple and easiest way to use in order to work with the images.


    Health, Wellness and Fitness

Nice way to publish containers without building it everytime

  • June 17, 2021
  • Review provided by G2

What do you like best about the product?
It is the best way to share container image or to deploy it and also it shares using many fs layers already on system
What do you dislike about the product?
It should have the option to deploy the containers directly from there renting server.
What problems is the product solving and how is that benefiting you?
It reduces hastle of recompiling and building containers.


    Logistics and Supply Chain

Docker hub - easy to move around and try features. Love the inbuilt kubernetes option

  • May 25, 2021
  • Review verified by G2

What do you like best about the product?
how open and free they have built, it basically promotes their VISION and MISSION as the company
Saves Memory locally
What do you dislike about the product?
Very fewer tutorials and debugging tools.. Would like to know more about hidden cheatsheets
Limitation to the Automation of Docker tasks
Risk of losing persistent Data from queue's
What problems is the product solving and how is that benefiting you?
Umm its more about how to access the containers from everywhere and the flexibility it provides across multiple OS's


    Shubham P.

Ship your app to prod through container

  • April 24, 2021
  • Review provided by G2

What do you like best about the product?
Docker, It makes easy to bundle d application n n helps to scale the application easily.
What do you dislike about the product?
More oparational in perspective of a developer.
What problems is the product solving and how is that benefiting you?
Local docker application development with windows machine is made easy with docker hub GUI.


    Information Technology and Services

Best tool for containerised applications and working in large development teams.

  • April 20, 2021
  • Review verified by G2

What do you like best about the product?
The best thing i like about the docker is the amount of time it requires to start a container, unlike VMs, which take so much time to start and configure.
What do you dislike about the product?
There isn't much to dislike about docker but It would be great to use VS code in development of the application, as it just got announced and is still in the beta stage, I'd like it to come sooner so that we can use it to develop in multiple platforms efficiently.
What problems is the product solving and how is that benefiting you?
Docker helps to deploy, test, manage different environments via containerization in a very efficient manner.
Recommendations to others considering the product:
It's great if you have to share your coding environment to others in the team like for example to switch from developer to QA or to Production. As a developer, i feel its a must to learn about docker.


    Jimesh S.

Docker - Feature-rich container

  • April 14, 2021
  • Review verified by G2

What do you like best about the product?
In this cloud computing and microservice-based environment, containerization is inevitable. Containers have solved the critical portability problem which allows us to isolate code from the infrastructure underlying it. Packaging the application including all running objects, bins and libraries are required to run is wrapped in a single image. And, this image/container will behave identically in all environment or operating system.
What do you dislike about the product?
To work with Docker, we need to remember several commands and also required a good command of the Linux machine.
What problems is the product solving and how is that benefiting you?
Docker has made easy our work. We just had to define one Dockerfile and define all required commands within it. Whenever any software or tool is required we just need to start the container. Likewise, we defined Dockerfile for our database(on stage environment only) and it was quite easy for us to change software or tool. We do not need to install any software, we just need to start the container and stop whenever done.
Recommendations to others considering the product:
Dockerized container is behaving just like running software in your operating system. It does not require a Hypervisor like it is required within Virtual Machine, which means it is not like running any other Operating system. Docker can isolate the application at a different level.


    Jericsson C.

Increíble herramienta para crear servicios en tan solo instantes.

  • February 12, 2021
  • Review verified by G2

What do you like best about the product?
Una gran comunidad colaborativa de software abierto para ejecutar, distribuir y desplegar aplicaciones. Gran cantidad de plantillas de distintos servicios. Aislamiento y escalabilidad que hace énfasis a la nueva tendencia de microservicios.
What do you dislike about the product?
Se requiere de conocimientos avanzados para crear aplicaciones a gran escala.
What problems is the product solving and how is that benefiting you?
Costos de mantenimiento, portabilidad sin dependencia del hardware, Servicios integrados de forma aislada y con mejoras en la seguridad.
Recommendations to others considering the product:
Probar la tecnología y ver la documentación, el gran contenido que ofrece la comunidad Open-Source. Se encuentra soportada por muchos colaboradores a nivel mundial.


    Samir K.

Tool for all your container needs

  • February 05, 2021
  • Review verified by G2

What do you like best about the product?
1. works well in all OS
2. Great Community forum to resolve your query
3. Efficient -create lightweight VM which can deploy any application
4. integrates nicely with all major CI/CD tool available - also easy to set-up
What do you dislike about the product?
1. Security - since there is no actual OS, so it comes with limitation
2. Network connectivity for the traffic flowing in - can be pain sometime
3. needs improvement in CLI and GUI
4. Tighter integration with WSL and MacOS lacking
5. volume feature i.e. resource sharing can become complex sometimes
What problems is the product solving and how is that benefiting you?
1. to rapidly deploy any kind of application
2. bring up DR servers in no time, in case of fail-over
3. in testing - helps us to match SIT env pretty close to PROD
4. micro services which are built into these docker containers can be easily deployed into any cloud vendor with proper CI/CD set-up
Recommendations to others considering the product:
Docker is incredibly useful tool if you are managing, deploying and hosting your own application infrastructure. It leads to reusable components that can be linked together in order to build a fully-functional, reusable system.

However, if your application is simpler and hosted on something like Elastic Beanstalk or AWS Lambda or RedShift, Docker might be overkill for the application development team.