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.
Build, Test & Deploy with ease!
What do you like best about the product?
Building docker images with the help of Dockerfile. Container management and deployments are made a peice of cake.
Docker is great for setting up development enviroment.
Docker is great for setting up development enviroment.
What do you dislike about the product?
Running multiple containers consumes the CPU.
Docker images could have been processor independent
You need a minimum of 8 cores and 16GB RAM to run docker smoothly
Heavy computations sometimes hangs docker
Docker images could have been processor independent
You need a minimum of 8 cores and 16GB RAM to run docker smoothly
Heavy computations sometimes hangs docker
What problems is the product solving and how is that benefiting you?
Docker helps in packaging modern business apps with minimal requirements instead of booting up a heavy VM.
It also eliminates environment based issues
It also eliminates environment based issues
Recommendations to others considering the product:
With Docker, you don't have to worry about version/OS compatibility issues.
It's a perfect tool for container management
It's a perfect tool for container management
- Leave a Comment |
- Mark review as helpful
The docker ecosystem presents a comprehensive set of tools for all your containerization needs
What do you like best about the product?
Helpful UI for Docker Desktop (for personal use). Great open source tooling and integration with other open source products such as containerd and kubernetes
What do you dislike about the product?
The DockerHub free plan could be a little more flexible- having just 2 access tokens does not cut it - especially for open source projects that have multiple CI integrations. On more enterprise-focused plans - better, more fine-grained access control is appreciated
What problems is the product solving and how is that benefiting you?
Containerization, easy setup and management of containers
Docker- The best software container so far
What do you like best about the product?
The self-contained applications that it creates are enormous and resolve lots of problems in the real world. The way how it is organized as layers is the best out of docker.
What do you dislike about the product?
To the people who started to understand containerization, it is a little challenging concept to understand. Making a lightweight Docker image needs a good level of understanding and concepts. It will be a challenging fact for new bies or starters.
What problems is the product solving and how is that benefiting you?
Docker solves the great problem of making a self-contained application that is capable of running without any external dependencies. It gets well with orchestrators like Kubernetes and other frameworks like helm etc.,
Recommendations to others considering the product:
Best way to containerize the application so that they are efficient in running without any external dependency.
Contains Anything Like A Pro
What do you like best about the product?
The UI is the best part of docker.And its easy to setup.
What do you dislike about the product?
Shutting down without stopping services gives an error next time u start docker.
What problems is the product solving and how is that benefiting you?
Python environment scaling got easier l.
Docker is great for small scale containerized applications
What do you like best about the product?
Easy to create containers. Docker Desktop is great tool to manage the docker containers and view logs.
What do you dislike about the product?
Docker desktop slows down the windows PC if you are using WSL ( Windows Subsystem for Linux).
What problems is the product solving and how is that benefiting you?
Good if you want to sping up small number of containers using scripts. For me, it's a very handy tool to learn and try out new things which are dockerized ( e.g. I can learn AI/ML or ElasticSearch or Redis) by just spinning the containers.
Beyond Virtual Machines!
What do you like best about the product?
The best thing i like about Docker is that the containers does not allocates permanent resources to itself provided by Host Hardware. Containers uses only the amount of memory, RAM,CPU's that is required to run a specific task. After the task is completed container releases the resources which can be further used by another container.
What do you dislike about the product?
One thing i dislike about Docker is that it is not a good solution for applications that requires High GUI. Docker is designed for applications that run on command line. Also when a container goes down, there is no data recovery solution.
What problems is the product solving and how is that benefiting you?
By using docker, i create containers that help me in running applications virtually. Containers are light weight that does not possess much resources of my personal computer. Also, containers use 95% of the OS from the host and remaining 5% from the docker hub, which makes less storage usage and keeps the computer away from high usage.
Top Container hosting software in the field
What do you like best about the product?
Docker is my favourite containeriztion platform considering the fact that it is frequently used by DevOps and cloud engineers and freelancers. Being a daily user I can surely suggest Docker to anyone who is starting out with DevOps or Cloud Computing and need an containerization platform tool. The things that I like when I use Docker are:
1) Convinence in installing process.
2) Clear user interface in the Docker Desktop.
3) Fast building of Docker images.
4) Easy to access repositories on Docker hub.
5) Starting and stoping/deleting a container can be done within seconds.
1) Convinence in installing process.
2) Clear user interface in the Docker Desktop.
3) Fast building of Docker images.
4) Easy to access repositories on Docker hub.
5) Starting and stoping/deleting a container can be done within seconds.
What do you dislike about the product?
While Docker has many advantages, it also comes with some minor flaws which has to be taken care of, some of thwm which I came across while using it were:
1) Repository name gets hidden beside the container name in Docker Desktop.
2) Multiple times sign-in issue.
3) Container running alerts are not available.
1) Repository name gets hidden beside the container name in Docker Desktop.
2) Multiple times sign-in issue.
3) Container running alerts are not available.
What problems is the product solving and how is that benefiting you?
1) Problem regarding automation process of a workflow.
2) Projects which require container platform.
3) Problem of code not running in different computers can be solved using Docker.
4) Problem of combining all the libraries and binary files can be solved.
2) Projects which require container platform.
3) Problem of code not running in different computers can be solved using Docker.
4) Problem of combining all the libraries and binary files can be solved.
Recommendations to others considering the product:
As a daily user, I strongly recommend Docker to anybody getting started with DevOps or Cloud Computing and in need of a containerization platform solution. It is easy to install and use.
Best Contenerization platform
What do you like best about the product?
It's makes deploying and moving application between different infrastructure soo easy that once you build the container you can move it and run your application anytime anywhere. Also, with docker swarm it gives us the ability to orchestrate.
What do you dislike about the product?
Nothing much to dislike here, just if there are examples and tutorials of contenerizing various apps should be provided, so that new user can easily contenerize his app.
What problems is the product solving and how is that benefiting you?
We are using it to contenerize various microservices and orchestrate it through kubernetes. It made our life easy as we do not need to install and deploy on any new infrastructure. We can just run the container and your application is ready to use.
Recommendations to others considering the product:
Consider it,as it's best tool and also all the basic stuff is easily available on Internet to implement.
An extremely useful tool for software developers. Slight learning curve but highly advantageous.
What do you like best about the product?
I have been using docker for the past four months. The platform is handy for ensuring the software can be easily deployed and doesn't have any system dependency.
It creates images which in turn, run containers for the containerized applications. It eliminates any reason for the application now running on foreign computers and environments.
It creates images which in turn, run containers for the containerized applications. It eliminates any reason for the application now running on foreign computers and environments.
What do you dislike about the product?
It consumes quite a fair bit of system memory which also depends upon the image we are running.
The platform has a learning curve that is not easy to understand for beginners. It requires a little experience with the technologies before understanding their importance and use-cases.
The platform has a learning curve that is not easy to understand for beginners. It requires a little experience with the technologies before understanding their importance and use-cases.
What problems is the product solving and how is that benefiting you?
Through experiencing issues due to system dependencies, I started using Docker to containerize my applications.
The Docker images are easy to deploy, and most of the platforms provide support for deployments through docker images.
Generated images are also easy to share and pull using the Docker Hub; this helps in the quick and effortless installation of the application at any system.
The Docker images are easy to deploy, and most of the platforms provide support for deployments through docker images.
Generated images are also easy to share and pull using the Docker Hub; this helps in the quick and effortless installation of the application at any system.
Recommendations to others considering the product:
If you are a software developer or a student focusing on development, docker is a beneficial skill that will not only ease your work but will also be helpful in industry projects.
docker is open source container .it enables developer to package applicaion into container
What do you like best about the product?
It uses an apache server, and it is a container containing binary and library required dependencies run code in any environment. We can use it anywhere in the world.
What do you dislike about the product?
The container ecosystem is fractured. Graphical applications don't work well. Containers don't run bare-metal speed. need RAM and storage devices to stored .this is a container not a tester
What problems is the product solving and how is that benefiting you?
Docker solved the problem of turning existing application into virtual unikernels. If applications are static, you need to run them without docker. It provides flexibility .Test roll back and deploy.
Recommendations to others considering the product:
avoid running container as root
showing 131 - 140