This is a continuation from previous post

Running The Command

I’m on the AMD Zen machine, can allocate more CPUs.

minikube start --driver=kvm2 --memory=12000 --cpus=4

Let’s set the Docker registry to minikube’s

eval $(minikube docker-env)

Now we can build our products straight to Minikube!

docker build -t myapp/simulator:v0.0.1 .