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

234 reviews
from G2

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


    Bob B.

Critical for Modern Web App Development

  • November 06, 2021
  • Review verified by G2

What do you like best about the product?
The idea is that Docker fixes the problem that software developers meme about "It worked on my machine". I personally find it to be very useful for spinning up databases. If you need MySQL, Postgres, MongoDB, or anything else - it's roughly 5 lines of code, it doesn't get easier.
What do you dislike about the product?
Docker is overly complicated. I've taken a handful of docker classes and I still find it hard to do some very basic things at times. I'm jealous of Docker experts but I still get more than enough utility from Docker even with the limited feature competency that I have.
What problems is the product solving and how is that benefiting you?
Problems Docker solves for me and Benefits

Docker is a life-saver for the following:
- Configuring web servers quickly and efficiently
- Switching Development vs Production Environment Variables easily
- Simple full-stack application deployment
Recommendations to others considering the product:
Take a docker class and only focus on the features that you'll use daily so you don't get overwhelmed.


    Information Technology and Services

The best way to build and deploy your applications - a must have skill for engineers

  • November 06, 2021
  • Review provided by G2

What do you like best about the product?
Where do I begin! From the first time that I learn about Docker, it has been a must have when building and deploying any applications that I have worked on. It is easily extensible and so easy to put together different images and containers!
What do you dislike about the product?
I think the initial learning curve can be a bit steep especially for those that are also new to networking. As I was learning I found that the docs could be a bit overwhleming especially if you do not know what you are looking for but this does get easier with time.
What problems is the product solving and how is that benefiting you?
Deploying applications more efficiently and in a reproducible way. Sharing pre-built images within the organisation for better collaboration. It has improved the performance and the time it takes for us to do our deployments. Honestly, I can't even imagine what it used to be like to have to build without Docker in the past.
Recommendations to others considering the product:
I would recommend using Docker and see how much easier it will be to build and deploy your apps. It also helps promote the culture of 'you build it, you ship it' within your organisation so can bring about a lot of unexpected positive results too. I think learning Docker is a must for those in the industry as it is everywhere and once you start using it you will quickly figure out why. I do think that the initial learning curve is a bit steep so starting with simple images and then building on that to more complex containers and setting up an internal registry within the organisation is the expected journey that I would have in mind for someone wanting to become more familiar.


    Computer Software

Ultimate for containerised application

  • November 04, 2021
  • Review verified by G2

What do you like best about the product?
A single image is used to package the application, which includes all running entities, binaries. Efficient - construct a lightweight virtual machine that can run any application. To handle the docker commands, use simple commands. It offers a virtual platform for creating and deploying applications to the Docker HUB.
What do you dislike about the product?
So far I haven't faced any issue with docker. The only thing is needed to improve the GUI. Overall the best Light Weight application used for deployment.
What problems is the product solving and how is that benefiting you?
I used to deploy various applications to the docker public repository. I Docker commands are elementary to remember and understand. Excellent exposure to docker will lead to learning many technologies like k8s. It's just as simple to pull docker images from a repo and use them as it is to upload Docker images to Docker Hub. It's a fantastic application that has a plethora of libraries that may be used in a variety of ways.


    Computer Software

Most popular and widely used container solution

  • November 03, 2021
  • Review provided by G2

What do you like best about the product?
I like how easy it is to create containers, images and port forward applications from within container to host machine and how easy it is to setup kuberenetes with single toggle within docker desktop windows app
What do you dislike about the product?
I dislike how every time one has to type sudo to work with Docker and also docker for windows app is very heavy on system resources unlike the Linux counterpart
What problems is the product solving and how is that benefiting you?
With Docker New employees don't have to do all the hard steps of setting up the project, they can simply pull the images from the company's docker registry and get started, I personally don't install softwares I just run their containers in docker.


    Computer Software

Containerisation tool for any type of application that is simple to use.

  • November 02, 2021
  • Review provided by G2

What do you like best about the product?
The most remarkable aspect is that the windows docker app can enable Kubernetes support with just one toggle, the community support is very strong, there are always people accessible to aid you with your issues. Also, it provides 3 different easy ways to install it on Linux machines.
What do you dislike about the product?
Docker for windows using WSL is very slow even on my intel i7 8th gen laptop, apart from that I think Docker is has nothing to dislike about
What problems is the product solving and how is that benefiting you?
I make images for my web app and push it to the docker hub and then other teammates just continue to work on the same image and push to the same docker registry. We have a Dockerfile that contains all of the necessary commands, new employees just run a container from the image instead of installing all individual software.


    Dhanesh M.

One of the best platform as a service products

  • October 27, 2021
  • Review provided by G2

What do you like best about the product?
It helps in development and testing by providing a virtual platform
What do you dislike about the product?
Sometimes I face issues in running the software, especially in Mac M1 Chips.
What problems is the product solving and how is that benefiting you?
Faster development and testing


    Dhanesh M.

Docker is one of the most used OS virtualization software

  • October 27, 2021
  • Review provided by G2

What do you like best about the product?
Its ease of use and multiple features make development and testing easy.
What do you dislike about the product?
Not able to find any flaw so far in Docker
What problems is the product solving and how is that benefiting you?
Docker helps in faster development and testing due to its ability to provide a completely virtual environment using containers.
Recommendations to others considering the product:
Docker is one of the best solutions in the market


    Computer Software

Docker for model deployment

  • October 26, 2021
  • Review provided by G2

What do you like best about the product?
Being able to build intermediate containers allows our team to share containers across different workloads
What do you dislike about the product?
The memory footprint of the Docker images. I constantly have to prune my docker images to free space on my hard drive.
What problems is the product solving and how is that benefiting you?
We use Docker to containerize our Machine Learning models such that we can deploy them through different services.


    Banking

Excellent repository with a lot of useful container images

  • October 08, 2021
  • Review provided by G2

What do you like best about the product?
have a lot of helpful container images for any OS (Windows, Linux, etc)
What do you dislike about the product?
There aren't many window container images available
What problems is the product solving and how is that benefiting you?
I can Create my local docker image and upload it to the docker hub like a public container image to be used by others
Recommendations to others considering the product:
Be sure your container image is working up before publish to the Docker hub


    VIPIN Y.

Best application to run application in container

  • September 26, 2021
  • Review verified by G2

What do you like best about the product?
In docker, you need to pass images of the app. It is already there then it will use it and if not there then it will install the library.
What do you dislike about the product?
Nothing. It makes developer life easy. But sometimes debugging issues can be a problem.
What problems is the product solving and how is that benefiting you?
With the help of this, i have no tension about the app installation processes it automatically installs everything. That is superb for me.