While playing around with Docker and orchestration (kubernetes) I had to install and use minikube to create a simple sandbox environment. At the beginning I thought that minikube installs some kind of VM and run the "minified" kubernetes environment inside the same, however, after the installation listing my local Docker running containers I found minikube running as a container!! .. so here I'm a little bit lost and I have some questions hopefully somebody can clarify.
Does minikube itself works as a Docker container?