Is this a joke?<p>"Don't put the app inside Docker", when that's the whole point of Docker. It's one thing to support arbitrary repointing of local vs containerized system components via application configuration. But don't rule out the primary use case for Docker: running application processes.<p>"Use docker-compose", when minikube is available. Both Docker and minikube prepare an application for production Kubernetes deployment. But docker-compose is wasteful.