281 Mirantis Kubernetes Engine (formerly Docker Enterprise) Reviews
It is very easy to organize and deploy. Gives you the ability to maintain the same environment for development and production, and has a big library of code to search for similar applications that will help you. Review collected by and hosted on G2.com.
the set-up can be a little tricky, but once you understand the basics you are good to go. Review collected by and hosted on G2.com.

Allows one to easily create immutable deployment artifacts. Combine this with a docker-enabled hosting system to allow confident deployments & rollbacks without external dependencies. Review collected by and hosted on G2.com.
It' a newer technology to learn, meaning teams will have a little downtime and existing deployment infrastructure may need changes to enable docker use.
This is all worth it. Review collected by and hosted on G2.com.
easy to use and very good documentation. Easy ramp up period. Images are lightweight Review collected by and hosted on G2.com.
difficult to set up a private repository to use. can be slow at times Review collected by and hosted on G2.com.

Docker allows for smooth transitioning and seamless implementation. The software is an open-source tool with a variety of features and is user friendly. Review collected by and hosted on G2.com.
Docker is a relatively new software and, in my opinion, the framework is still a work in progress. With Docker, there is less isolation which means a higher risk of potential crashes and/or malware issues. Review collected by and hosted on G2.com.

Reduces dependencies, able to share docker configs with co-workers, written on Go. Review collected by and hosted on G2.com.
need clarity on how to cleanup extra volumes, old images, overall cleanup. Review collected by and hosted on G2.com.

The ability to replicate environments and distribute software that is guaranteed to be idempotent is very nice Review collected by and hosted on G2.com.
The initial set up is complicated if you've never used it before. Not to say impossible, but there are several different ways to install docker and finding the "best" way can be tricky. Review collected by and hosted on G2.com.
Containerization gives exceptional control over environment, which reduces bugs and unpredictable test results. Review collected by and hosted on G2.com.
Local development can be a hassle with logs from all services being lumped into one giant stream on STDOUT. This isn't so much of a problem in production when connected to a mature logging service (we use SumoLogic) which allows easy querying, but it can make local debugging a bit messy. Review collected by and hosted on G2.com.

With docker, your able to run containers in a very easy way. You can browse image containers (system templates) in the container hub (central repository) and look for official and community images. You can try all sorts of software and services in a sandboxed environment, without affecting your system. You can also create your own images based on a scratch one or one available in the hub. You can also create your private hub to store private images of your software.
Reproducing a similar environment (like development, staging and production) was never this easy. Review collected by and hosted on G2.com.
Most common software is available, others aren't. For those that aren't you need to create the image and that can take some time. But of course, after you create the first one, you can save it and share it with others.
Also, networking between containers in different hosts is still tricky. Review collected by and hosted on G2.com.
Swarm allows to add containers to our environment quickly, minimizing the work we need to do and making things much easier Review collected by and hosted on G2.com.
There is nothing that I dislike about this product Review collected by and hosted on G2.com.

* Easy to get up and running
* Supports a wide variety of systems/technologies
* Easy to share with others
* Very maintainable Review collected by and hosted on G2.com.
* Layers can get very deep if not careful enough
* Somewhat deep learning curve when it comes to scaling Review collected by and hosted on G2.com.