今天看了下.net core 示例項目eShopWebOnline。
無奈在使用docker的時候總是提示一下錯誤信息,大致信息是用戶名密碼錯誤。但是,明明桌面右下角Docker帳號處於登錄狀態。
ERROR: Service 'eshopwebrazor' failed to build: Get https://registry-1.docker.io/v2/microsoft/dotnet/manifests/2.1-sdk: unauthorized: incorrect username or password
最后,發現需要使用dockerid 而不是注冊時候的email地址。