If the SDM is running in local mode, the DOCKER_HOST environment variable is not set, and using a minikube cluster, use minikube docker-env to set the Docker environment variables.
DOCKER_HOST
minikube docker-env
Parse output of minikube docker-env and return an object of environment variable names and values.
Raw output of minikube docker-env
{ ENV_VAR1: VALUE1, ENV_VAR2: VALUE2, … }
Generated using TypeDoc
If the SDM is running in local mode, the
DOCKER_HOST
environment variable is not set, and using a minikube cluster, useminikube docker-env
to set the Docker environment variables.