我的碼頭工人的版本是搬運工構建讓未經授權的:認證所需
Docker version 1.12.2-cs2-ws-beta, build 050b611
我試圖使用命令來構建圖像
docker build -t iis-dockerfile .
的DockerFile含量
FROM microsoft/iss
RUN echo "Hello World - Dockerfile" > C:\inetpub\wwwroot\index.html
配置。 json是
{
"auths": {
"https://index.docker.io/v1/": {
"auth": <somekey>
}
}
}
在運行搬運工構建,它提供了錯誤
Sending build context to Docker daemon 2.048 kB
Step 1/2 : FROM microsoft/iss
unauthorized: authentication required
我已經做過搬運工登錄。這就是config.json的創建方式。我是容器的新手,並按照入門教程https://blogs.msdn.microsoft.com/allthingscontainer/2016/09/15/windows-containers-getting-started-a-step-by-step-guide/。任何想法我怎麼能解決這個問題。
另外我想到碼頭牽引正在爲我工作。雖然這也要求認證
您的docker文件的權限是什麼? –
「FileSystemRights:FullControl」適用於所有管理員,用戶,系統 – Jitendra
http://stackoverflow.com/questions/36663742/docker-unauthorized-authentication-required-upon-push-with-successful-login https:// github。 com/docker/hub-feedback/issues/645 您是否檢查了上述鏈接?他們陳述類似的問題。 –