最近使用 docker pull images 時,遇到兩個種類的錯誤
- Warning: failed to get default registry endpoint from daemon
- unauthorized: incorrect username or password
Warning : failed to get default registry endpoint from daemon :
在 github 的 issue 紀錄 : https://github.com/docker/toolbox/issues/636
解決方式 : 先執行 docker-machine create box
後,即可正常 pull
Error : incorrect username or password :
在 github 的 issue 紀錄 : https://github.com/docker/hub-feedback/issues/1098
解決方式 : 先執行 docker logout
後,即可正常 pull
如果有任何錯誤或者引用問題請麻煩告知 !!!