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

232 reviews
from G2

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


    Chamindu U.

Docker is the savior

  • September 03, 2024
  • Review verified by G2

What do you like best about the product?
I love Docker’s ability to create consistent, portable environments, making development, testing, and deployment faster and easier across different systems and platforms.
What do you dislike about the product?
I dislike that Docker can be resource-intensive, slowing down systems, and that troubleshooting networking or storage issues inside containers can sometimes be challenging and complex.
What problems is the product solving and how is that benefiting you?
the problem of inconsistent environments by packaging applications with all dependencies, ensuring they run the same everywhere. This reduces "it works on my machine" issues, speeds up development


    Albert H.

The best way to development and distribute your applications

  • September 02, 2024
  • Review verified by G2

What do you like best about the product?
I've been using docker for more than 6 years and continue using it each day to develop and distribute all my apps, the community around docker is awesome, and there are many ways to integrate with multiple systems like Windows, Linux, or mac. The implementation is so easy using the command line, a few commands and you get Docker installer. I continued using docker and never considered changing it.
What do you dislike about the product?
To manage containers at scale in production you need additional tools like Kubernetes or Docker Swarm, with can add complexity to the infrastructure.
What problems is the product solving and how is that benefiting you?
Develop and distributing apps, for example I push the lastest change to my repository and then integrate this with github actions to deploy a docker image in production.


    Mahesh W.

Every hosted application should be a Docker container

  • August 04, 2024
  • Review verified by G2

What do you like best about the product?
Docker is one of the most useful tools you could use if you're developing hosted applications or you're simply running a headless homelab. As a developer, my work has gotten so organized and easier since I started using Docker. Features like docker-compose have made the integration of web applications with Docker so smooth. Docker is so useful that it has become a day-to-day tool for me even on my local desktop. I usually test all my work inside Docker containers instead of the dev PC.

Pro tip. If you are a new user and you would rather work with a GUI instead of CLI, the first thing you should do is start with Portainer right after installing Docker. Portainer will help you massively when managing Docker containers or swarms/clusters.

The most amazing thing about Docker is that the environment isolation without emulation. I have tested so many applications inside a Docker container that would've destroyed the host system. But since it was merely a container, simple recreation would wipe everything and start over. Docker as a service does not hog any of your hardware resources. Docker implementation on every platform is so easy to use that it only takes a few simple commands to get started. I only wish that tools like Docker were available to me in the earlier days of my web development.

You can take Docker to the next level using QEMU. I use these two in combination with a lot of my CI testing and build processes. Docker can be a godsend if you plan on building your applications for multiple OS and architecture targets.
What do you dislike about the product?
I know Docker containers are meant to run a single service per container. But sometimes there's the need to run services with systemd which is pretty difficult to achieve with Docker. I have always struggled with this and I wish platform containers would allow this.
What problems is the product solving and how is that benefiting you?
Testing with environment isolation and the possibility of integrated microservices. This allows me to run anything on a server without harming the host and possibly needing to start over by wiping everything. This also helps me to selectively allocate resources per each service that I would like to host.


    Hitesh J.

Docker - Best Application for containerizing your apps.

  • July 26, 2024
  • Review provided by G2

What do you like best about the product?
Docker is a virtualization software that can help a developer deploy any apps quickly. It has a free tier and paid plan for small companies as well as enterprises respectively. It can easily create a new environment which acts as a container on which we can host our apps or services. It has a great feature which allows multiple developer to collaborate and work together on a solution
What do you dislike about the product?
Docker works best for console-based applications. However, for applications with rich GUI, Docker might not be the right choice.
What problems is the product solving and how is that benefiting you?
We hosted a translation service which takes input excel files with any languages and translated them to english. The app itself was built in c# and later on we deployed the solution onto the docker.


    Telecommunications

Docker Review

  • July 18, 2024
  • Review provided by G2

What do you like best about the product?
Docker ensures consistent environments across systems, isolates the apps and prevents conflicts between apps .
What do you dislike about the product?
Managing persistent storage and networking for containers in larger deployments.
What problems is the product solving and how is that benefiting you?
Solves problems related to deployment consistency, app isolation and resource efficiency as compared to VMs.


    Ido B.

The GOAT for every development team

  • June 21, 2024
  • Review verified by G2

What do you like best about the product?
Docker is just a magic, it helps us a lot in our team as it increases efficiency by automated copying our env configs across all teammates. For example, say a new team member is onboarding, all he needs to do is pull our latest image from the docker hub, run 2 commands and Boom he has exactly what he needs and what the rest of the team is aligned with. In addition no need to worry about inconsistency between developers.
What do you dislike about the product?
I found it pretty complex at first, I'd say Docker is not so beginner-friendly (when operating only via CLI) but as soon you get to know it and work with it daily you quickly adjust.
What problems is the product solving and how is that benefiting you?
As mentioned it is super useful when onboarding new team members as they can in a few commands run the very same env and configs the rest of the team does.
Other than that the easy way to set up a clone env on your local machine without using a virtual machine software (such as VirtualBox I used to use) is priceless and much much faster and efficient!


    Higher Education

The best program for containerized applications

  • June 20, 2024
  • Review verified by G2

What do you like best about the product?
Docker allows you to run programs in 'containers', which allows for applications to easily be expanded, replaced, and reset. It's an essential tool that every developer should be using.
What do you dislike about the product?
IPv6 support within Docker's virtual network is very lackluster. It is not worth the effort of getting it to work, and is not properly supported. While this may not be an issue in most situations, it is a major gripe in the places where it matters.
What problems is the product solving and how is that benefiting you?
Docker provides a way for all our machines to run the same programs without having to manually set them depending on hardware differences. This means that containers can easily be started, stopped, and moved as needed.


    Atishay J.

Docker - mini portable OS creator

  • June 04, 2024
  • Review verified by G2

What do you like best about the product?
Docker helps to manage multiple base configuration requirements for different application deployment running at same time.
What do you dislike about the product?
There are some prerequisite for learning docker like you should be familiar with Linux operating systems.
What problems is the product solving and how is that benefiting you?
Docker helps us to run and manage multiple application which requires different base configuration in our enterprise deployment.
Docker bind each application with its own os requirements, which is core and best useful feature for us.


    Sandip s.

Docker changed my life

  • May 12, 2024
  • Review provided by G2

What do you like best about the product?
Ease of use. The flexibility to develop and deploy
What do you dislike about the product?
Network management can be a little tricky.
What problems is the product solving and how is that benefiting you?
I develop and deploy our production tech stack using docker


    Parakh S.

Docker seems to solve many of my problems

  • May 03, 2024
  • Review verified by G2

What do you like best about the product?
Docker has literally solved a lot of my headaches like earlier we had the issue of softwares not being able to run on other systems but only one. But with Docker we can run anything on any computer which saves a lot of time. Also its scalability is amazing.
What do you dislike about the product?
Docker has solved many of the issues I faced while working.
What problems is the product solving and how is that benefiting you?
Docker ensures that we can work seamlessly as it stores images in containers which help in deployment.