How do I undo the command $ eval “$(docker-machine env blog)”

后端 未结 5 1284
一个人的身影
一个人的身影 2021-02-01 17:47

I think that command redirected $ docker commands to the docker machine. Now all my docker commands are giving me an error FATA[0000] Couldn\'t read ca cert.

5条回答
  •  野性不改
    2021-02-01 18:06

    You could also restart your shell. This will drop the variables that minkube docker-env exports.

提交回复
热议问题