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

228 reviews
from G2

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


    Omkar S.

Docker best for Bundling in software developments!!!

  • April 09, 2023
  • Review verified by G2

What do you like best about the product?
The best thing about docker is that its functions for package builds. As a developer, it has helped me transfer my files more efficiently by containerising them. It also has excellent help availability within the command lines. The documentation is also straightforward to understand and apply. Its versatility with various engines in development purposes makes it stand out from its competitors.
What do you dislike about the product?
At the start of installing and running the docker software, it has become an issue while running that it shows an error; although it gets solved irritates developers. It would be great if they looked into it.
What problems is the product solving and how is that benefiting you?
In the development field, when a code works on certain someone's laptop/pc, it doesn't work on the other pc so to overcome our organisation has come to use docker, where it containerises its code as well as the os, which in turn rectifies the issue of the above mentioned.


    Pratik D.

Best tool to package the applications smoothly - Docker

  • April 04, 2023
  • Review provided by G2

What do you like best about the product?
The container creation and management process along with image creation and distribution is very easier in docker as compared to any other tools that might be used for same purpose.
What do you dislike about the product?
Nothing to dislike about docker, as all the team members were happy using docker, just may be for new users it might seems difficult to setup, but once used to it becomes most loved tool.
What problems is the product solving and how is that benefiting you?
Usually we in software industry face problems when we develop an application and then deploy it to clients or customers machine environment and find that the environment is not supporting and end up wasting time in fixing useless issues.


    Silviu A.

Docker is great!

  • March 22, 2023
  • Review verified by G2

What do you like best about the product?
Docker is straightforward to use and powerful for every application you must deploy.
What do you dislike about the product?
Like its competitors, Docker has a lot of advantages, but you can face some lack of features, but that is minor.
What problems is the product solving and how is that benefiting you?
Docker brings easy virtualization! Deploying containers with every app you need is especially easy than deploying entire operating systems to a server. It helps performance a lot, and it makes things over all better.


    Dev T.

The future of software building

  • March 10, 2023
  • Review verified by G2

What do you like best about the product?
It's the core of all microservices, all technology inventions for designing a highly resilient, loosely coupled and robust architecture deployment. Docker provides all that - creating an image for deploying a running App.
What do you dislike about the product?
Docker is best, and docker desktop could be improved on its performance. I faced some issues while running an N/W heavy microservice on my Mac. It has definitely got better over the years.
What problems is the product solving and how is that benefiting you?
Build and ship code faster and anywhere. For anything with modern applications, we go for docker now than build a monolithic application. This is the future, and Docker helps them all.


    Pranav K.

"Works On My Machine" excuse will be gone as soon as you start using docker

  • March 06, 2023
  • Review verified by G2

What do you like best about the product?
You can split your big project into smaller parts, create containers and then deploy them so they work independently. Docker Image file will allow you to provide the right environment needed to run your project. Developers and the Operations team can sit together and create these image files, so there is no miscommunication between them.
What do you dislike about the product?
You will need a team to handle the docker, and when I say team, it depends on how big your software is. So apart from the amount you pay to docker(that is not so much), You should be considering the team's salary as well.
What problems is the product solving and how is that benefiting you?
Docker helps us deploy our software on different platforms such as windows/mac/linux/android. It is cheap and makes development and deployment easy and hassle free. All I wish is it was easy to use it could have been more helpful.


    Ange B.

Docker is a must have

  • February 18, 2023
  • Review verified by G2

What do you like best about the product?
Docker saves time & works on any OS. As someone who has been using Docker for quite some time now, I can confidently say that it has saved me a lot of time and headaches regarding software development and deployment. For me, one of the main advantages of Docker is that it works seamlessly across different operating systems, including Windows, Linux, and macOS.
What do you dislike about the product?
I can say it's pretty cool to simplify the dev and deployment process. However, sometimes these random errors appear out of nowhere and require you to restart the entire Docker environment or just the container itself.
It's frustrating when these issues arise and take time to troubleshoot, but it doesn't often happen enough to deter me from using Docker.
What problems is the product solving and how is that benefiting you?
Docker is seriously a lifesaver for me as a developer! Before Docker, it was always a headache to ensure my dev environment was consistent with production. But now, I just package everything into a container and it's good to go on any infrastructure that supports Docker. It's made my life so much easier and saved me a lot of time.

What's also great about Docker is how it makes it easy to collaborate with others. We can all work on the same dev environment and know that the application will run the same way for everyone. I would definitely recommend Docker to anyone who wants to simplify their dev and deployment process.


    Vaibhav C.

Revolutionize Your Software Development with Docker's Containerization Technology

  • February 17, 2023
  • Review provided by G2

What do you like best about the product?
Docker is an excellent platform for quickly deploying and removing containers. The platform benefits from a large and supportive community that provides a vast array of ready-to-use containers on the Docker Hub. These containers range from minimalistic options such as Alpine and Ubuntu to pre-configured containers that come with specific applications like MariaDB, Apache, and Nginx. This extensive collection of pre-built containers makes it easier to set up and run applications with minimal configuration required. Additionally, the ease of spinning up and down containers on Docker provides an efficient and cost-effective way to manage resources, allowing you to scale your applications up or down to meet changing demands.
What do you dislike about the product?
While Docker offers many advantages, it can be challenging to navigate and understand its principles at times. By default, Docker is entirely managed via the command-line interface (CLI), which can be daunting for those new to the technology. While some applications like Portainer serve as a graphical frontend for Docker, users must typically configure everything using the CLI. Another challenge is data persistence, which is stored outside the container. As a result, users must take the necessary steps to ensure that data remains persistent, as this is not done automatically by default. Nonetheless, with some experience and familiarity with the technology, Docker can be a powerful tool for managing containerized applications and improving development workflows.
What problems is the product solving and how is that benefiting you?
Once a feature has been developed as a microservice, we can host it on Docker which allows for easy access both internally and externally. Docker also provides a unique solution for making developed features work on any machine - by simply running the Docker file, the service can function seamlessly on any machine. Additionally, we can serve any application both internally and externally by opening the required port.


    Shivam S.

Docker enables deployment of software as containers.

  • February 13, 2023
  • Review provided by G2

What do you like best about the product?
Running low-resource containers within seconds is one of Docker's greatest strengths. This is particularly useful for the data science modules I work on, which often have high levels of dependencies. By building a single container, I can help others quickly and easily set up the same code, saving time and effort
What do you dislike about the product?
While Docker offers many advantages, such as portability and quick container deployment, it can also have some drawbacks. Images can sometimes be quite large, and Docker can consume significant system resources like memory and CPU. Additionally, for those less familiar with command line interfaces (CLI), a GUI interface may be preferred for easier management and configuration of Docker containers.
What problems is the product solving and how is that benefiting you?
Docker has been a helpful tool for me, especially when running code on Windows. Despite having a Windows system, Docker's ability to run with a Linux VM underneath has been very beneficial. This makes Docker a useful solution even for Windows users like myself who may need to work with Linux-based software or dependencies.


    Tawanda N.

Helps me to ship software to production easily on different environments

  • February 08, 2023
  • Review verified by G2

What do you like best about the product?
Helps me to ship software to production easily on different environments. Removes the need to install dependencies on diferent environments and operrating systems
What do you dislike about the product?
It is difficut to master for newbies. You have to be a good technical person
What problems is the product solving and how is that benefiting you?
Helps me to ship software to production easily on different environments. i can simply create a container and then ship the software accross multiple platforms


    Fazeel A.

Docker (deployment in the form of container)

  • February 07, 2023
  • Review provided by G2

What do you like best about the product?
You can deploy as many applications using multiple container in a single machine but all of the container has there own memory and processing. They are working in a isolated way.
What do you dislike about the product?
You need to follow correct indentation in order to wrote the docker file and sometimes one small mistake takes a long time to identify where is the problem. The same thing happens with docker compose
What problems is the product solving and how is that benefiting you?
Provides you the platform where you can run your application in a isolate environment and saves your time in application deployment. It also help us in Continuous integration and continuous deployment.