eval $(minikube docker-env) not working in bash script
I have a simple shell script that build an images from a Dockerfile. I will deploy this image to k8s.
I have a simple shell script that build an images from a Dockerfile. I will deploy this image to k8s.