From Ubuntu 18.0.4 i am trying to run next command on terminal
eval $(minikube docker-env)
but unfortunately i got next message
and when i checked docker status i see it's running and active
Note: I started minikube cluster using next command
minikube start -p ClusterName
not using
minikube start
any idea how i can solve this problem?

