bash - How do I undo the command $ eval "$(docker-machine env blog)" -


i think command redirected $ docker commands docker machine. docker commands giving me error fata[0000] couldn't read ca cert... follwed path docker-machine created. how can fix shell?

what looking is:

eval "$(docker-machine env -u)" 

it unset docker_* variables.

for record, here's output of docker-machine env -u:

unset docker_tls_verify unset docker_host unset docker_cert_path unset docker_machine_name 

Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -