---
title: Mirantis Kubernetes Engine (formerly Docker Enterprise) Reviews
meta_title: 'Mirantis Kubernetes Engine (formerly Docker Enterprise) Reviews 2026:
  Details, Pricing, & Features | G2'
meta_description: Filter 286 reviews by the users' company size, role or industry
  to find out how Mirantis Kubernetes Engine (formerly Docker Enterprise) works for
  a business like yours.
aggregate_rating:
  rating_value: 4.4
  review_count: 286
  scale: '5'
date_modified: '2026-07-29'
parent_category:
  name: Containerization
  url: https://www.g2.com/categories/containerization
---

# Mirantis Kubernetes Engine (formerly Docker Enterprise) Reviews
**Vendor:** Mirantis  
**Category:** [ Enterprise Kubernetes Management Software](https://www.g2.com/categories/enterprise-kubernetes-management)  
**Average Rating:** 4.4/5.0  
**Total Reviews:** 286
## About Mirantis Kubernetes Engine (formerly Docker Enterprise)
Mirantis Kubernetes Engine (MKE) is the industry’s leading enterprise Kubernetes platform, designed to provide organizations with total control over their strategic infrastructure. Powering some of the world’s largest production clusters, MKE 4 introduces a 100% open-source, &quot;composable&quot; architecture based on k0s. This shift allows platform engineers to precisely tailor their stack by swapping in validated CNCF ecosystem components for networking, ingress, and storage, avoiding the &quot;black box&quot; limitations of proprietary distributions. MKE delivers an &quot;enterprise-ready&quot; experience out of the box, featuring a convenient web UI, declarative lifecycle management, and automated drift correction. It uniquely supports a converged infrastructure, allowing organizations to manage both containerized workloads and virtual machines (via KubeVirt) on a single platform. For mission-critical environments, MKE maintains a rigorous focus on security with FIPS 140-2 encryption and a hardened, DISA STIG-certified foundation. Whether running on-premises, in the cloud, or at the edge, MKE provides the stability, performance, and flexibility required for modern cloud-native applications and generative AI workloads.



## Mirantis Kubernetes Engine (formerly Docker Enterprise) Pros & Cons
**What users like:**

- Users value the **ease of use and robust security** features of Mirantis Kubernetes Engine for deployments. (3 reviews)
- Users appreciate the **ease of use** of Mirantis Kubernetes Engine, making it simple to configure and manage Kubernetes. (2 reviews)
- Users value the **wide range of features** in Mirantis Kubernetes Engine, ensuring high-quality deployments and robust security. (2 reviews)
- Users appreciate the **flexibility of cloud integration** with Mirantis Kubernetes Engine for seamless Kubernetes deployment across various clouds. (1 reviews)
- Users find the **easy deployment** of Mirantis Kubernetes Engine a significant advantage for quick and efficient setup. (1 reviews)
- Easy Setup (1 reviews)
- Security (1 reviews)
- Simple (1 reviews)
- Stability (1 reviews)
- User Interface (1 reviews)

**What users dislike:**

- Users note that **complex learning** challenges may arise, especially for teams without Kubernetes expertise, hindering efficient use. (1 reviews)
- Users find the **complex setup** for networking to be time-consuming and requires significant effort to complete. (1 reviews)
- Users find the **difficult learning curve** of Mirantis Kubernetes Engine challenging, especially without specialized resources or expertise. (1 reviews)
- Users find the **learning curve challenging** , especially for those without dedicated Kubernetes expertise or resources. (1 reviews)
- Users find that **learning difficulty** persists due to the time and effort needed to master advanced features. (1 reviews)
- Networking Issues (1 reviews)
- Users struggle with **poor customer support** , often requiring DIY fixes instead of receiving timely assistance from support engineers. (1 reviews)
- Technical Expertise Required (1 reviews)

## Mirantis Kubernetes Engine (formerly Docker Enterprise) Reviews
  ### 1. Docker is revolutionary

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** April 04, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker allows for a customizable container for any type of application/microservice service/etc.  I have used other virtualization tools before, such as VMWare, Vagrant, and none of them have been as easy to set up or easy to use.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Trying to handle and get multiple docker containers to talk to each other is definitely a challenge and requires a bit of a learning curve.  Docker environments are not perfect replicas of actual linux servers, since they provide their own type of architecture, but luckily it's close enough to where it can be useful.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

I have been using Docker mainly for running local development environments for my websites and applications.  I have also encountered Docker on a production level, mainly at a read-only access level.  It helps for fast and easy production-like local development, and especially easy setup in on-boarding new engineers onto our team, whereas previously we would have to set and update all our environments manually.

  ### 2. Better than running a virtual machine in VirtualBox

**Rating:** 5.0/5.0 stars

**Reviewed by:** Rahul B. | Staff Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** January 17, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker is extremely configurable and performs better than a virtual machine. Virtual machine has their own memory management, thus possess extreme overhead on the host system. While the Docker container runs as an application, could be started in few seconds and the applications in the container perform same as the virtual machine

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker container is not standalone, means you can't run it instead of an OS.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Just use it. It's easy to setup. In my case, I have a shell script prepared by another developer which I run to deploy the application. So no hassle for me.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

I am using docker as a local development server.  It's easy to setup on every system with a mere Docker script. In the script, it is specified which applications should be installed and how they should be configured. Then it is just a matter of running the docker command and your system is ready. Thus, the developers who are not experienced with operating systems, doesn't have to worry and focus on only what they are good at. 

  ### 3. A very great tool to have your development environment ready to start to work

**Rating:** 4.0/5.0 stars

**Reviewed by:** José Gabriel G. | Senior Full Stack Developer / Desarrollador Full Stack Senior, Computer Software, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 31, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It's open source. It makes you able to have a self-contained of an entire platform to run, test or develop a specific application. To work in a team is the best option because you and your team don't have to be worried about if you have different versions of libraries or languages or servers or operating system, all your project needs are going to be contained in the docker image.

Taking into account that you don't need a Virtual Box or another machine virtualization system is another big advantage over similar systems such as Vagrant.

It has a lot of plugins to give you more features, for example, docker-compose that is a plugin that allows you to define a file where you decide the images (Multiple containers) you want to be in your application platform, who and how is going to be linked with, define the service ports that are going to be exposed to use them out of the container.

Another useful plugin could be docker swarm that allows you to have persistence of data in volumes, or outside containers.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

- The support for MAC is not native.
- It doesn't have a GUI to help the user be able to use easily without learning commands and how to define a dockerfile.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

It allows to be more proactive due to the developer's team because we only need to be worried about programming our project, we don't need to be worried about what version of whatever I need to run my application, or if I need a different version for another project. It's very fast to start a new project.

  ### 4. DEPLOY AND RUN YOUR DREAM APPS..

**Rating:** 5.0/5.0 stars

**Reviewed by:** vivek s. | Senior Software Engineer, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** October 26, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

I'd say that docker is a tool that is particularly designed to make it easier to create, deploy, and run applications by using containers. Its an amazing tool in itself. As far my views are concerned it's a bit like an virtual machine but with the distinction that it allows application(s) to use same Kernel as the system that they're running on. Further it's an open source and hence extending its exposure to the developers and system contributors all round the world. 

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Well as far as my views are concerned I haven't had and still don't have any reason or concerns about it that is counted as the reason for disliking it rather I'd say its an amazing container based tool with plenty of security features and tools available making it a worth having one.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Have it and you can do wonder with its amazing benefits and features provided along the way.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Well first I'd like to state that running applications in containers instead of virtual machines is gaining momentum in the IT world and the change that it bring about is exceptional.

Now, the flexibility offered by Docker containers means that engineers can focus on delivering a product to their customers. And yes we are doing the same and focusing extensively on our business models because we have the support of docker on the go.

Docker is and has been really helpful for us till now.

Cheers to the docker team.

  ### 5. Docker on of the best Containers 

**Rating:** 4.5/5.0 stars

**Reviewed by:** Yagneshkumar P. | Software Support Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 25, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker is free fora basic subscription, which is a hosted platform that allows the devs and SA (System Admins) to develop and manage their apps with the Docker container. One of the advantages is like is that as a developer I can within my apps without the need of committing any additional hardware requirements or even spinning the virtual server.  Moreover, another advantage is to limit the  number of troubleshooting to get all the parts of IT infrastructure to work together. what I like about Docker, since it is only used for applications, there isn't any underlying layers i need to worry about, i can just go ahead and start working with my app in Docker.  And the last feature i like about docker is that Docker is setup to work with two source code hosting services which are GitHub and BitBucket. 

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It is a  learning curve for those who do not have knowledge on how to use Linux bases environments, Which does take up much of you time to learn OS. 

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

For other who are wanting to use Docker, Please learn the manuals and the tutorials. Also, Be familiar with using Linux. For Example, learning the basic Syntax in the CLI.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

One of the business problems i am solving with Docker is the ability to deploy, manage, and deliver the App within my Company.

Couple of benefits i have realized are that;  A newbie like myself learning Docker is amazing, i have the ability to use the CLI (Command Line Interface) which I can execute syntax. Secondly,  As a SA (System Admin) i am able to manage the application that have been developed by other devs within my company. 

  ### 6. Perfect container system

**Rating:** 5.0/5.0 stars

**Reviewed by:** Jestin S. | Lead Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 25, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker made containers easier and safer to deploy with a much more standardized container system. Allows my team to deploy to the cloud easily and scale on the fly. Containers are where companies should be moving to and docker makes it easy, I highly recommend it.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

My only issue with docker is that persistent data storage is very complicated since when a container shuts down all that information is gone unless you figure out with docker data volumes which are not easy to work with one more thing is its command line is boring, long and one big downside is that Docker need to download the essential files of the selected operating system in container, so if you want to keep synced your Docker image between two computers, it is a big pain.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

With Docker, developers can build any app in any language using any toolchain. “Dockerized” apps are completely portable and can run anywhere - colleagues’ OS X and Windows laptops, QA servers running Ubuntu in the cloud, and production data center VMs running Red Hat.
Docker helps developers build and ship higher-quality applications, faster. also developers can automate their build pipeline and share artifacts with collaborators through public or private repositories.
Docker helps sysadmins deploy and run any app on any infrastructure, quickly and reliably.


**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Mainly productivity.Docker containers are an evolution in software development when we talk about deployment and continuous integration. Dockers images isolate dependencies and are easy to manipulate through different types of environments during the software life cycle: development, testing, continuous integration, deployment and rollback (hopefully not necessary :). Easy to use, simple to configure, maintain and update dependencies.

  ### 7. Consistent environments for Dev/Test/QA/Production, quickly-moving ecosystem

**Rating:** 4.0/5.0 stars

**Reviewed by:** Jonathan Y. | Senior Software Engineer - OpenShift, Computer Software, Enterprise (> 1000 emp.)

**Reviewed Date:** December 16, 2015

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker is the hot-button topic in the technology industry these days, and for good reason. The underlying technology is not new (Linux containers, cgroups, namespaces), but the tool's user experience has made it popular. The Docker team really focuses on ensuring a great user experience, making things easy to configure and customize. The "batteries included, but swappable" philosophy is fantastic - everything you need is there out-of-the-box, but if you have special requirements, you can use a custom driver to get what you need.

The external ecosystem is unbeatable as well, with cluster management solutions like Swarm/Kubernetes/Mesos. Red Hat's OpenShift PaaS is built on Docker.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker is moving quickly, so there are often cases where there doesn't seem to be any good solution to a problem. For example, persistent volumes across the cluster were a problem. Docker (and other earlier PaaS solutions like Heroku) have long recommended stateless services, which is great for a number of reasons (providing higher scalability being a key one), but this left some very stateful services (like databases) out in the cold.

More recently, Docker's volume plugins allow for data to be stored in clustered filesystems like GlusterFS, allowing containers to be completely portable between host machines. Combined with Software-Defined Networking features powered by Open-vSwitch, Docker containers have achieved a level of portability previously reserved for VMware installations.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Adopt it for new applications, but be cautious for legacy applications - if you have a 12-factor application, then you'll be golden. Although you can dockerize legacy stateful applications, it doesn't mean it's a good idea. See Kelsey Hightower's excellent writeup, 12 Fractured Apps: https://medium.com/@kelseyhightower/12-fractured-apps-1080c73d481c

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

A key problem many organizations face is being able to create reproducible environments quickly and with low footprint. Many were accomplishing this with Vagrant and configuration management tools like Ansible, Chef, and Puppet, but the virtual machines were inherently stateful. Operating systems needed to be maintained, and it was difficult to guarantee that developers were running their code in the same environment that UAT/QA, Staging, and Production environments were using.

Docker allows for consistent environments, making it easier to reproduce problems and avoiding the common case of "works in production, doesn't work in development" or similar.

  ### 8. My experience with Docker

**Rating:** 4.0/5.0 stars

**Reviewed by:** Anuoluwapo O. | Software Developer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 24, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Containerization with docker saves me the energy of maintaining virtual machines. with docker I now care less about the complexity of the operating system. With Docker, I can package my application and all its dependencies in a virtual container and run it on any linux server.
The most interesting thing about docker for me is the fact that I do not have to worry myself about the cloud platform I am deploying to. It supports almost all the popular cloud services available.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

The commands can very complex sometimes although I know the is a GUI tool for docker. Not used it yet though.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

If anyone is thinking of an easy way to deploy to any linux server seamlessly without having to worry about the differences of the kernel, docker is the right tool to use. Also Docker ensures that deploying your application to any of the most popular cloud services is catered for. With docker, I can think more about meeting customers' requirement rather than the complexity of the infrastructures need to achieve this. 
The first time I used Docker, it looks somewhat complex considering the commands I had to learn to get things done but with time, it became a lot simpler. So anyone that wants to make use of docker would have to learn a lot of command but as time goes one, it becomes more interesting.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

DevOps related problems. Having to build application and worry about the dependencies has been a tedious task but with the help of docker, it's been awesomely pretty.

  ### 9. No more hidden dependencies!

**Rating:** 5.0/5.0 stars

**Reviewed by:** Jiaming Z. | Software Engineer, Internet, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 24, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

(1) Easy of Use. My primary pain was to set up PHP and Nginx on my Macbook. With Docker, I just need to run a single command. (2) Vendor Support. Lots of cloud provider (e.g. Amazon Website Service) supports Docker natively. I am using container service provided by Amazon Website Service with Docker

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

The image build time could be slow. It could be mitigated by property designing the Dockerfile. 

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

My team use Amazon Web Service (AWS) to deploy our service. Previously, we use initiate a virtual machine, install proper packages and take an images snapshot. The problem is that (1) we won't be able to use this images on our local laptop (2) the dependencies is implicit. There are lots of packages or configurations located on the image. However, we don't know which one is critical to our application. Docker solve this problem: (1) it can run on local machine (2) it documents dependency via Dockerfile

  ### 10. No more blame game

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** December 20, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Lightweight
Easy to learn
Easy to distribute the images
Name spacing
Portability
Infrastructure as code
Dev-Prod Parity

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker for Mac is extremely slow when mounting volumes from the host system into the container.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Don't go after the fad. Introducing Docker in your workflow needs a lot of beforehand thinking. Discuss and prove the usability of Docker in your organization and only then get ahead. Above all, do get a strong hold of the basics of Docker

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Currently we've been using Docker for testing our application. So far we've been benefited by the use of Docker there in terms of the speed and ease of repeatable tests. However, we are increasingly using Docker to drive our application development process. We have been experimenting with one of the applications for now and the developers are happy already seeing how the prod-dev parity could be achieved so easily and from within the comforts of their beloved development machine.

  ### 11. Docker for Machine Learning

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Consumer Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 27, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

I was able to develop a machine learning application on my local machine and then deploy it on a remote server without changing any of the source code. If the app worked on my machine, it would work anywhere with a simple pull from the Docker service.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

There is a steep learning curve to understand how everything in Docker works together. You will have to read a lot of documentation to get going and there are not a lot of machine learning tutorials for Docker. Also, Docker does not clean up after itself. Make sure that you get rid of any dead containers to save on memory and storage space.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Deploying a machine learning API with Docker has been awesome. This API has had a positive impact on how our employees interact with our clients in real-time.

  ### 12. Model for collaboration

**Rating:** 3.5/5.0 stars

**Reviewed by:** Elizabeth M. | Grants and Programs Coordinator, Non-Profit Organization Management, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 28, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker allows working between applications who remain independent, but now connected as well.  Developers are able to reach their maximum potential with each program, and Docker creates a model for better collaboration across all of our teams. Docker works on any device we need it to, to allow all employees to use whichever machine facilitates their creativity and productivity the best per their preferences. 

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It was not as easy to integrate into our business as Docker claims. It took multiple days to implement the software, and it was difficult to learn how to collaborate between developers and IT staff. The IT staff was not pleased with this implementation attempt.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Docker has a safe environment to allow you to work between applications and infrastructure and allows for better innovation and collaboration. It is not as easy to integrate into current systems, despite Docker's claims. IT staff and developers have stated that using current software in the Docker hub was not as seamless as Docker had promised upon implementing. Support is amazing, and willing to do everything it takes to make sure the product is up and running as it should. The customer service is extremely professional and friendly. If my IT staff and developers could get on board, we would recommend this product for customer service alone.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Allowing developers and IT staff to work together while using already developed software. Neither team was happy, but the product worked aside from the difficult implementation.

  ### 13. Docker Swarm Must have

**Rating:** 3.5/5.0 stars

**Reviewed by:** Binod S. | Software Engineering Manager, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 18, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Very easy to use. Documentations are very great. Able to setup and run locally.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Not any special dislike. Mostly it meet all the requirement.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Its very easy to use, so please try.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Using for CI/CD pipeline to automate build/deployment process. it worked really well and saving lot of manual effort.

  ### 14. Docker 

**Rating:** 4.0/5.0 stars

**Reviewed by:** Tony G. | Staff Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 19, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker allows us to create an image of a code repo and deploy it through environments.  The best feature of docker is the immutability of a docker image.  Once it is created it can not be changed, so you know that your code will be the same in the test environment as the production environment. 

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker can be a bit cumbersome to use and has a steep learning curve.  Almost everything is done through rather cryptic command line tools that are not entirely intuitive.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Take the time to do some tutorials on how to create a Dockerfile and a docker-compose file correctly.  Once you figure out how exactly those work docker can actually be pretty simple

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

We solve our deployment problems.  Docker lets us be as consistent as possible.

  ### 15. The essentials for deploying containers without the hassel

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Computer Networking | Small-Business (50 or fewer emp.)

**Reviewed Date:** February 12, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Everything comes with the docker base software and setting up a cluster is very easy. You get everything you need to deploy container environments including overlay networks and service discovery.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Other solutions come with builtin load balancers and/or better answers for storage and permissions. Running privileged containers (as needed in a CI setup) is a huge pain.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Be mindful of your requirements. If you require good storage (volume) handling or user management you will need additional software making the setup more complicated. In that case you should look at other options as well.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Rollout of a CI/CD infrastructure with minimal fuss and maintenance.

  ### 16. Docker is Brilliant !!!

**Rating:** 5.0/5.0 stars

**Reviewed by:** Rahul C. | Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** October 24, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

- I don't have to install any software. Everything is dockerized!
- I can run multiple copies of everything for scaling.
- Containers start instantly. So fast.
- After I delete containers, no residue is left. It is truly a sandbox.
- Docker perfectly manages its storage space. If you are downloading two similar images, docker would only save the common parts of those images once.
- Docker is ever-growing. This is the future, and development is very active. You get new updates very often, and you can tell that they are moving in the right direction.
- The concept of containerization as a whole is so supreme and powerful, that you are really missing out, if you have not dockerized your applications yet. Docker has really redesigned the whole pipeline and deployment game.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

- Lots of configurations to get some containers running.
- Containers don't have generic guidelines to start. Different containers take different skills to get up and running.
- Sometimes, the containers may die. Though this is not Docker's fault, it is application fault.
- Around 5-7 containers, my machine starts to give up.
- I don't like Kitematic. It can be more refined. Currently it doesn't even show logs properly, and is slow and brittle.
- Docker itself is small, but not all applications built inside docker are small. E.g. Just adding a language and couple of libraries would increase your storage significantly. This is not a docker fault per say, but not all applications have been re-worked to lower the memory and storage footprint.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Just use it. Everyone else uses it, and for good reason.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

We wanted to treat each application as a box, which can be transported from one environment to another. Docker is the perfect solution for this. It has made our deployment so much faster, and our pipeline so much cleaner.

  ### 17. Docker Review

**Rating:** 0.5/5.0 stars

**Reviewed by:** Verified User in Aviation & Aerospace | Small-Business (50 or fewer emp.)

**Reviewed Date:** August 02, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It is the only way I have found to make Open Flow operate.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It's massively difficult to learn how to use from my experience and it rarely works properly.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

If you have something technical that needs to be done, try a different solution first. 

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Computation Fluid Dynamic modeling packaging.

  ### 18. Docker the only container solution you will need

**Rating:** 5.0/5.0 stars

**Reviewed by:** Nuri H. | Principal Software Engineer, Computer Software, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 25, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

I love that Docker not only does containerization well, it makes it easy. With all of the tooling they have released it is a breeze to dive in. The community is amazing, for support as well as coming up with external tooling based on the Docker containerization technology.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

I did dislike the lack of first-class support for Kubernetes, but they have recently released support for this orchestration technology. So, I am very happy with the changes in this area.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

I definitely recommend installing all of the command line tools and really understanding the core concepts of containers, images, and how Docker's virtualization takes place. From this point you will have a great vantage to be able to implement as to your needs. Once you have solid footing here, check out Compose.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

We are solving scalability and availability issues by leveraging Docker for containerization. We then apply orchestration and self healing techniques on top of that.

  ### 19. Docker is Invaluable to my Development Process

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 24, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker is a lightweight and and faster than using a VM in my development workflow. Because Docker runs on Mac/Linux/Windows it has proven to be the most important way to experiment with new technologies and is integral to my development CI/CD workflow.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Though this is not Docker's fault, I would like to be able to run a native macOS kernel instead of a linux one. Apple needs to embrace this as part of their ecosystem and support the community on this effort, much the way Microsoft has.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Initially the Docker/Container concept may be difficult to wrap your head around, especially into regards to it's value. My recommendation is to install it, and try it out. Once you have deployed multiple services and are running them on your machine, it will be hard not to imagine the possibilities.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

First and foremost I am using docker in my development workflow. It has sped up my development process and I am looking forward to further integrating into my workflow. I am also using docker to experiment with other services without polluting my development environment. It also let's me try new versions of services I already use before I commit to upgrading.

  ### 20. Best Linux Based Container

**Rating:** 5.0/5.0 stars

**Reviewed by:** Malhar P. | Back End Developer, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 27, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Provides best solution for deploying web services.Ease of use for integrating and deploying docker.Eazily modifiable and many other things are best about docker.We are using docker since many time and we are really grateful to this free service for many of our services deployed using docker.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Nothing to say because when you compare a container and a VM you find that container is the state of the art technology which is far more advanced than a VM and talking about docker,it is the face of container.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Very much recommended for deploying web services with ease and advance technology.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

We use docker for deploying Linux based web services on the cloud platform.

  ### 21. Docker Swarm for a distributed architecture

**Rating:** 5.0/5.0 stars

**Reviewed by:** Mohammad R. | Graduate Research Assistant, Higher Education, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 30, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker has very good documentation and all the commands are very self explanatory. The swarm is simple to use, and very lightweight. 

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

I wish they had a way to broadcast a request coming into the swarm to all containers if needed. 

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

We've developed a distributed visualization platform for the scientific visualization community. Docker Swarm has helped us reach a wide audience.

  ### 22. Docker makes your COmpany protagonist of an architectural revolution, both in cloud and on premisis

**Rating:** 5.0/5.0 stars

**Reviewed by:** Marco I. | Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** November 21, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

I like the ease of use and versatility. Docker cuts all the limitations due to systemic problems and achieves a uniform and independent layer from the underlying SO platforms.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Needs to better integrate with third part orchestration tools. Recently kubernetes native integration address this thing.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Docker helps in change paradigm in architectures design and in a gradual migration from monolithic application to microservices. Using Docker people in your Company and also your customers can understand the advantage in changing approach and also easily move your applications from on premisis datacenter to the cloud.

  ### 23. Why virtualize a whole computer when you can virtualize processes?

**Rating:** 5.0/5.0 stars

**Reviewed by:** James P. | Software Development Manager, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 29, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

The ability to get a virtual environment up and running in mere seconds, rather than installing a whole OS inside of a virtual machine.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Command line can be obscure, desktop client can be feature-poor.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Prepare to learn an entirely new category of deployment and systems management, but it is very worth the effort.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Reducing the cost of infrastructure, by requiring only virtual processes to run on cloud-compute resources, rather than entire Operating Systems.

  ### 24. Great extension to Docker

**Rating:** 4.5/5.0 stars

**Reviewed by:** Zhiyong T. | Senior Software Engineer, Internet, Enterprise (> 1000 emp.)

**Reviewed Date:** May 31, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Native extension of Docker. No need to use Kubernetes.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

No auto scaling. Need to manually set number of desired instances.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Internal business web applications and APIs. Main benefit is good CI and CI.

  ### 25. Cumbersome, but useful if you're very good at it

**Rating:** 2.5/5.0 stars

**Reviewed by:** Valeri K. | Principal Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 05, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

There's a lot of great tooling around docker because it's so standardized. Mesos and Marathon, in particular, work quite well with Docker, and Docker hub is great.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker container are enormous, bloated, and slow. A "Hello, World" Node.js container will be upwards of 650MB and take an eternity to build. Also, Docker solves the very easy problem of running an application in isolation but doesn't have a solid story about running a fleet of applications. Also, dangling Docker images cause regular disk space shortages and its tricky to manage them.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

If you're already skilled with Docker or hired someone who is an expert with Docker then I'd say go for it. But learning Docker is a tedious and painful process, and managing it in production without several years' experience is a minefield. Consider whether you really need Docker or you can just build statically linked binaries.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

We just wanted a turnkey solution to run several applications from a GUI, so we adopted Mesos and Docker was the easiest way for us to get started with Mesos. Docker absent Mesos would be pretty useless.

  ### 26. Image management help

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** July 24, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It's a great image storage solution, we used via cloud. It's useful for management of images and security of images.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Sometimes had issues adding images or getting backups.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Allowed us to store images we use in documentation. In an efficient way.

  ### 27. Best platform for our company

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Hospitality | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 24, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker provides a very novice environment to build, manage, and test our applications that we work on. It is also a great collaboration medium to keep track of our projects. We also like the deployment feature that allows us to get new versions of our application fast and easy

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker has many feature that could be helpful to our team. I wish there was an area where we could access tutorial of what we can do with docket. We feel like we aren't using it to its max capacity.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

This is a great platform if you have a huge company. You will really get everything out of the money you spend.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

we are consistently building and deploying our application on docker. The benefit is that it is very easy to use and powerful for everyone in our company.

  ### 28. Super helpfull container system

**Rating:** 4.0/5.0 stars

**Reviewed by:** Anton L. | Lead Software Developer / Team Leader, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 25, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

You can easily create containers to quickly set up a new server. Once learn, you can change the whole infrastructure of a business and your software.
You can also share configured images with other members of your team, so they will ask you to help with them in future. :)

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

The image building can take some time.
You definitely need to learn how to use it: read documentation, check examples, but as a result it's worth it.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Take some time to do some tutorials on how to use Docker correctly. When you figure out how to use it right, you will see that's very easy to setup and use containers.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Deployment on different machines, with different configurations. We are able to focus more on real development and do not spend much time to solve machine/library configurations.

  ### 29. My experience with Docker

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Internet | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 05, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker helps me to easily deploy my app to our company's remote server. Also, it by using the same images, Docker guarantees that everybody who's using the same app, has the same code and configurations. 

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It has a steep learning curve, it took me a while to get acquainted with. 

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Make sure to read the documentation before using it.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

We've came a long way since the days of using a shared webserver. Back then, each webserver had a different configuration. Developing locally, meant a different configuration also. This implied lots of possible issues and bugs. Docker solves all this, by using compiled images that we can share around and deploy.

  ### 30. With docker deployment goes much smoother 

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 30, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker provides universal artifact that you can run anywhere and don’t worry about dependencies.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Debugging becomes more difficult. Reviewing security of 3rd party containers is too difficult 

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Efficient deployment pipeline 

  ### 31. One of the easier containerisation solutions I've used

**Rating:** 3.5/5.0 stars

**Reviewed by:** Muhammad M. | Infrastructure Software Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** May 15, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

The commands for Docker Swarm are fairly intuitive

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

There's not much to dislike about Docker

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

We are able to 'containerise', for want of a better term, our workloads

  ### 32. Every coder needs this

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 31, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker has allowed me to collaborate  with others on coding projects

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Takes up so much space on my mac computer

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Collaborating with others on your code

  ### 33. Docker

**Rating:** 5.0/5.0 stars

**Reviewed by:** Robert L. | Senior Web Developer, Automotive, Enterprise (> 1000 emp.)

**Reviewed Date:** October 27, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Ability to set up an entire environment vm from a docker instance!

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It is a bit difficult to set up a fully working docker command-line tool on a Windows machine.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

If you need to spin up vms or set up instances / environments, docker is your go to solution. Online forum support is plentiful.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Not needing to set up a machine development environment from scratch each time. Super time saver in this case! This is great for on boarding new employees, but also to create sandbox environments.

  ### 34. What an amazing platform

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Hospital & Health Care | Enterprise (> 1000 emp.)

**Reviewed Date:** July 17, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Easy to use. Amazing documentation provided on the site.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It takes a super long time to load. Really slow on startup.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Containerizing a Big Data web application.

  ### 35. Useful, although inconsistent

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 19, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

I appreciate the breadth of functionality and the amount of features available. 

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Not very user friendly and can be unstable (crashes).

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Running a Ruby app in a container without needed the entire Ruby environment installed locally. 

  ### 36. Best Container Engine Ever

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Consumer Goods | Small-Business (50 or fewer emp.)

**Reviewed Date:** August 22, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

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.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

the set-up can be a little tricky, but once you understand the basics you are good to go. 

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

It is very useful and has a wide variety of apps ready to be deployed on your local machine on dockerhub. you can also maintain your own repos there privately to share with your coworkers that way all are using the same app repo.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Using containers to manage our App. It gives us the ability to deploy easily to heroku using a simple script, and allows us to have the same environment on development and staging to make sure that any changes made locally will work on production.

  ### 37. Great way to ensure deployable artifacts are immutable

**Rating:** 5.0/5.0 stars

**Reviewed by:** Michael R. | Software Engineering Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** October 25, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Allows one to easily create immutable deployment artifacts. Combine this with a docker-enabled hosting system to allow confident deployments & rollbacks without external dependencies.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

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.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Set aside time and money to invest in learning and re-tooling before committing to docker.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Confidence in deployment & rollback.

  ### 38. Easy to use 

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Enterprise (> 1000 emp.)

**Reviewed Date:** March 09, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

easy to use and very good documentation. Easy ramp up period. Images are lightweight 

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

difficult to set up a private repository to use.  can be slow at times

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Deploying our app on any platform is extremely easy. Also much more lightweight than any VM. 

  ### 39. Efficient and Effective

**Rating:** 4.0/5.0 stars

**Reviewed by:** ᕓ𝔦𝔠ӄ𝔦 . | Software Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 25, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker allows for smooth transitioning and seamless implementation. The software is an open-source tool with a variety of features and is user friendly.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

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. 

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Docker may not replace the need for virtualization; however, it does offer several benefits and is worth trying out.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Benefits of Docker include scalability, fast deployment, and the ability to integrate tools from GitHub. Docker has solved some issues by making it easier for team members to build collaborative codes.

  ### 40. Docker enables productivity and sharing of work.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Will W. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** December 21, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Reduces dependencies, able to share docker configs with co-workers, written on Go.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

need clarity on how to cleanup extra volumes, old images, overall cleanup.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Learn how to maintain and clean up images and volumes on your server.  

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

DevOps, Application deployment and dev.

  ### 41. Docker is great, once everything is set up

**Rating:** 3.5/5.0 stars

**Reviewed by:** Eric H. | Staff Software Engineer, Team Lead, Medical Devices, Enterprise (> 1000 emp.)

**Reviewed Date:** December 21, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

The ability to replicate environments and distribute software that is guaranteed to be idempotent is very nice

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

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.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

It's very powerful and once everything is set up properly, it's a set-and-forget type of deployment

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Provides us a means to deploy our web application in an efficient manner

  ### 42. Best Used for Large Deployments

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Hospital & Health Care | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 24, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Containerization gives exceptional control over environment, which reduces bugs and unpredictable test results.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

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.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Docker allows us to do all the environment configuration before deploying, instead of having to maintain a series of build scripts. It produces consistent and reproducible environments for running applications which significantly reduces the sources of error in deployment.

  ### 43. Best Deployment Bundling

**Rating:** 4.5/5.0 stars

**Reviewed by:** Diogo R. | CEO, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 18, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

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.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

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.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

By far, the best solution to ensure you have a consistent production environment, avoiding situations like "it worked in my computer".

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Reproducing the same environment in different machines, whether the developer laptop, a staging desktop or a production server.

  ### 44. Quick, easy management

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 15, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Swarm allows to add containers to our environment quickly, minimizing the work we need to do and making things much easier

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

There is nothing that I dislike about this product

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

We use Swarm to help scale applications as required

  ### 45. Great to setup development environment that is exactly like production

**Rating:** 5.0/5.0 stars

**Reviewed by:** Yurui Z. | Web Developer, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** October 24, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

* Easy to get up and running
* Supports a wide variety of systems/technologies
* Easy to share with others
* Very maintainable

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

* Layers can get very deep if not careful enough
* Somewhat deep learning curve when it comes to scaling


**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

We have a bunch of rails applications that talk to each other, they also use separate databases, caching, etc. Setting up development environment for new devs has been a challenge until we converted our apps to Docker. Now we build, test, and ship our applications with the same container technology without having to worry about system differences.

  ### 46. Docker has simplified and streamlined onboarding new hires

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Internet | Small-Business (50 or fewer emp.)

**Reviewed Date:** April 17, 2018

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Quick and easy deployment of required developer software. 

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Running any virtual technologies can sometimes be a resource hog. Higher end more expensive hardware is preferred to run virtualized containers than running the software natively.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Quickly able to deploy software packages to the team and keep everyone up-to-date on the same versions.

  ### 47. Amazing product that keeps getting better and better

**Rating:** 5.0/5.0 stars

**Reviewed by:** Rudy Z. | DevOps Engineer, Marketing and Advertising, Enterprise (> 1000 emp.)

**Reviewed Date:** October 24, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

Docker has provided freedom to setup, replicate, distribute our work environments and deployment environments.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

This is a product that is work in progress, additional functionalities are being added and numerous bugs that are annoying. Also, theres security concerns around containers and how to secure these containers. The code base still changes at a relatively quick pace compare to other more mature software products.

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Docker is still a relatively new technology, in large corporations, this product may not be yet certified for production use due to slow approval cycle.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Replication of development environment, software distribution, and need-based customized software environments

  ### 48. As a QA I never think that this will be really useful.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 12, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

In my specific situation as a Quality Assurance it was really easy to setup local environment for testing.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It took me too much time to download everything, but honestly I do not if this is something that devs can fix or if it´s a real problem of docker

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

I think in my opinion most of the QA should recommend the dev team start using this kind of tool because can make de life easier for QA and for the devs too.

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

I can setup my local environment for me truly easy and fast, and that was something that on each project was a pain at least in my personal experience.

  ### 49. Good took for deployment and DevOps

**Rating:** 4.5/5.0 stars

**Reviewed by:** Natalia K. | Python developer/ PHP Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 24, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

It's easy to get started with Docker and set it up. It has quite a good documentation. It makes the deployment process easier and useful for DevOps to mimic the production environment.

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

 It takes a bit of time to build an initial docker image. 

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

It is useful when you need to do deployment to multiple servers or if you need to mimic the production environment for DevOps. 

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Docker makes the setup of the project locally and the deployment to dev / stage / production easier. It is convenient to use it with auto-scaling in AWS.

  ### 50. Ultimate container for both microservice and monolithic architecture

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ryan W. | Director of Software Engineering, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 20, 2017

**What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

The cleanness of the isolated environment

**What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?**

The docker image building speed can be faster

**Recommendations to others considering Mirantis Kubernetes Engine (formerly Docker Enterprise):**

Better use it with docker-compose

**What problems is Mirantis Kubernetes Engine (formerly Docker Enterprise) solving and how is that benefiting you?**

Virtualization of out web applications and APIs


## Mirantis Kubernetes Engine (formerly Docker Enterprise) Discussions
  - [What is the best way to use docker enterprise  ?](https://www.g2.com/discussions/32240-what-is-the-best-way-to-use-docker-enterprise) - 1 comment, 1 upvote
  - [What are there vision for Docker Enterprise in ext 5 years?](https://www.g2.com/discussions/31747-what-are-there-vision-for-docker-enterprise-in-ext-5-years) - 1 comment, 1 upvote
  - [How do I run Docker without sudo access?](https://www.g2.com/discussions/how-do-i-run-docker-without-sudo-access) - 2 comments, 1 upvote
  - [What is Mirantis Kubernetes Engine (formerly Docker Enterprise) used for?](https://www.g2.com/discussions/what-is-mirantis-kubernetes-engine-formerly-docker-enterprise-used-for) - 1 comment
  - [What is Docker engine enterprise?](https://www.g2.com/discussions/what-is-docker-engine-enterprise) - 1 comment

- [View Mirantis Kubernetes Engine (formerly Docker Enterprise) pricing details and edition comparison](https://www.g2.com/products/mirantis-kubernetes-engine-formerly-docker-enterprise/reviews?page=4&section=pricing&secure%5Bexpires_at%5D=2026-07-31+09%3A29%3A47+-0500&secure%5Bsession_id%5D=26d4bc53-6090-4bf4-8769-519902b7251f&secure%5Btoken%5D=a31ba38e27617cf566241d5e03790ed61148046d20d0537a14e4d674a12dcae2&format=llm_user)

## Mirantis Kubernetes Engine (formerly Docker Enterprise) Features
**Fleet & Lifecycle Management - Enterprise Kubernetes Management**
- Automated Cluster Provisioning & Onboarding
- Multi-Cluster Fleet Management
- Cluster Templates & Blueprints

**Management**
- Network Isolation

**Day-2 Operations & Reliability - Enterprise Kubernetes Management**
- Auto-Remediation for Nodes & Clusters
- Resource & Cost Visibility
- Backup & Restore for Cluster Resources

**Organization**
- Packaging 
- Container Networking
- Orchestration

**Identity & Access Management - Enterprise Kubernetes Management**
- Policy-Based Access Controls
- Enterprise SSO Integration
- Multi-Tenancy & Team Isolation
- Centralized RBAC Across Clusters

**Development**
- Developer Toolkit
- Architecture
- Datacenter
- Virtualization

**Governance, Policy & Compliance - Enterprise Kubernetes Management**
- Compliance Reporting & History
- Standards Guardrails for Cluster Config
- Audit Logging & Forensics

**App Delivery & Platform Integrations - Enterprise Kubernetes Management**
- CI/CD Toolchain Integrations
- GitOps-Based Config & Deployment

## Top Mirantis Kubernetes Engine (formerly Docker Enterprise) Alternatives
  - [Red Hat OpenShift](https://www.g2.com/products/red-hat-red-hat-openshift/reviews) - 4.5/5.0 (290 reviews)
  - [Amazon Elastic Container Service (Amazon ECS)](https://www.g2.com/products/amazon-elastic-container-service-amazon-ecs/reviews) - 4.3/5.0 (249 reviews)
  - [Google Kubernetes Engine (GKE)](https://www.g2.com/products/google-kubernetes-engine-gke/reviews) - 4.5/5.0 (216 reviews)

