Reviews from AWS Marketplace
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
External reviews are not included in the AWS star rating for the product.
Best containerization service ever
What do you like best about the product?
It packs the dependency and manage caching like pro
What do you dislike about the product?
There can be nothing to hate about docker. It's such an amazing product
What problems is the product solving and how is that benefiting you?
It removes the hassle of managing infra independently.
- Leave a Comment |
- Mark review as helpful
Docker : A Strong Tool for Containerization for Developers
What do you like best about the product?
- Free and open source
- Large community support
- Documentation
- Integration with other applications
- Containers are small and effective; they are perfect for delivering apps on the cloud.
- Numerous cloud service providers offer Docker, making deploying apps in any setting simple.
- Large community support
- Documentation
- Integration with other applications
- Containers are small and effective; they are perfect for delivering apps on the cloud.
- Numerous cloud service providers offer Docker, making deploying apps in any setting simple.
What do you dislike about the product?
- Docker has certain security issues. However they may be reduced by adhering to best practices.
- Docker might be difficult to understand and utilise.
- Docker might be difficult to understand and utilise.
What problems is the product solving and how is that benefiting you?
Docker increases development efficiency, decreases code deployment overhead, and eliminates environment-based errors, because if the application is Dockerised, the Env will be the same everywhere. I had a pretty nice experience with Docker.
Powerfull tool to manage your containers
What do you like best about the product?
Taling about Docker desktop you have in one view all your containers, and you can manage them easily. It has good integration with Kubernetes. In terms of Docker Apps itself, it provides you with a powerful tool to manage your containers allowing you to package your application without taking into account where will be deployed. Also, Docker enables easy scaling of applications by allowing containers to be replicated and distributed across multiple hosts. This gives you efficient resource utilization and load balancing.
What do you dislike about the product?
Maybe the complexity, it's powerful but the learning curve is high. You have to understand a lot of concepts and configurations that will challenge you if you are a beginner.
What problems is the product solving and how is that benefiting you?
Docker gives me a good tool to containerize all my applications, also resources like databases. it gives me an easy way to run and test my applications locally. The docker Desktop application is so useful. I can start and stop a container, go into the container if I need to test something or execute a command inside them.
Docker Review
What do you like best about the product?
Docker provides everything to our application that it needs to run
across a variety of environments irrespective of the outside machine infrastructure.So, basically it creates an isolated environment for any application,dividing the application into different containers where each container having all the required dependencies and configurations packed within it.
across a variety of environments irrespective of the outside machine infrastructure.So, basically it creates an isolated environment for any application,dividing the application into different containers where each container having all the required dependencies and configurations packed within it.
What do you dislike about the product?
In case of large applications,it becomes difficult to set up and manage large number of containers .Also it gets difficult to access data from a container and share it to a different process in need.
What problems is the product solving and how is that benefiting you?
Provides flexibility,isolates application from one another,makes deployment more easier, secure and faster .So, basically it saves time and no need to take care of platform we are using.
A separate dev environment - don't go anywhere but for Docker!
What do you like best about the product?
Its usage, its simplicity, its versatility to use. The concept of Docker is fantastic. It helps any developer to avoid spending time on various development box setups and simplifies the same task with this great Docker tool.
What do you dislike about the product?
Sometimes the usage of Docker slightly gets confusing. Not everybody can use this tool to its efficiency. This tool is basically not for first timers or for novices.
What problems is the product solving and how is that benefiting you?
I dont need to access to a separate system or a dev box to get my program setup done. Softwares like these help us concentrate on coding than on setting up dev boxes or environments.
Docker is best for Multi server applications
What do you like best about the product?
Docker solve my daily life problem, As I am a software developer it helps me to deploy my applications and run it on any version of applications and it's processes to create image of code and reuse it without any dependencies to the machine configuration
What do you dislike about the product?
It's a hard to implement and the community support is quite low
Mostly senior developers use to apply docker, but Juniors need time to understand the flow of implementation
Mostly senior developers use to apply docker, but Juniors need time to understand the flow of implementation
What problems is the product solving and how is that benefiting you?
As a software developer, I am use to deploy my applications on server and I need to manage the env. And package files to make it run smoothly on all the devices but due to diff devices itts not possible, that time docker helps me to create registry and deploy code over registry and make it accessible to everyone with nay versions of applications
The portability of Docker
What do you like best about the product?
The simplicity of exchange of full docker files.
What do you dislike about the product?
Nothing at all. I think it is one of the few very well orchestrated solutions.
What problems is the product solving and how is that benefiting you?
It allows for the containerization of our monolithic applications.
Best containerization tool I've used so far for DevOps
What do you like best about the product?
-Allows shipping products to any Operating System
-Enables easy delivery and CI/CD pipelines
-It containerizes the application and provides os-level virtualization which allows the application to run on any OS
-Enables easy delivery and CI/CD pipelines
-It containerizes the application and provides os-level virtualization which allows the application to run on any OS
What do you dislike about the product?
-Docker expertise is required to be able to utilize this tool fully
-If not configured properly it can lead to performance issues
-Manual patching of OS level vulnerabilities
-If not configured properly it can lead to performance issues
-Manual patching of OS level vulnerabilities
What problems is the product solving and how is that benefiting you?
Docker solves the problem of application deployment. it works on any system and once you have docker installed on the server or VMs it will allow your app to run on any type od operating system. It also helps greatly with shipping applications with dependencies.
Docker and devops experience
What do you like best about the product?
Excellent tool to manage and containarise application. Very easy to use. Simple commands.
What do you dislike about the product?
Can be slow for the application of the large size. A friendly UI would be great instead of commands.
What problems is the product solving and how is that benefiting you?
Application containerization and reducing server costs
Docker brings several benefits to Continuous Integration and Continuous Deployment
What do you like best about the product?
-Consistent Environments
-Reproducible Builds
-Scalability
-Faster Deployment
-Isolation and Security
-Versioning and Rollbacks
-Collaboration and Sharing
-Infrastructure as Code
-Reproducible Builds
-Scalability
-Faster Deployment
-Isolation and Security
-Versioning and Rollbacks
-Collaboration and Sharing
-Infrastructure as Code
What do you dislike about the product?
-Image Size and Build Time
-Container Orchestration Complexity
-Compatibility and Versioning
-Container Orchestration Complexity
-Compatibility and Versioning
What problems is the product solving and how is that benefiting you?
Docker solves several problems in software development and deployment:
-Portability: Docker provides a portable and lightweight containerization platform.
-Dependency Management: Docker allows you to package your application along with its dependencies into a single container.
-Environment Consistency: With Docker, you can create a containerized environment that closely mirrors the production environment.
-Portability: Docker provides a portable and lightweight containerization platform.
-Dependency Management: Docker allows you to package your application along with its dependencies into a single container.
-Environment Consistency: With Docker, you can create a containerized environment that closely mirrors the production environment.
showing 71 - 80