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
Post a Comment