在官方的文檔,我們可以看到:如何從GitHub資源庫建設搬運工圖像
# docker build github.com/creack/docker-firefox
這只是工作沒什麼問題。 docker-firefox
是一個存儲庫,在根目錄中有Dockerfile
。
然後我想打造專業化Redis的圖像和詳細的版本2.8.10:
# docker build github.com/docker-library/redis/tree/99c172e82ed81af441e13dd48dda2729e19493bc/2.8.10
2014/11/05 16:20:32 Error trying to use git: exit status 128 (Initialized empty Git repository in /tmp/docker-build-git067001920/.git/
error: The requested URL returned error: 403 while accessing https://github.com/docker-library/redis/tree/99c172e82ed81af441e13dd48dda2729e19493bc/2.8.10/info/refs
fatal: HTTP request failed
)
我得到上述錯誤。從github repos構建docker鏡像的格式是什麼?
其實'泊塢窗共建https://開頭raw.githubusercontent.com /搬運工庫/ Redis的/主/ 2.8.10/Dockerfile'工作,但不喜歡[官方示例](http://docs.docker.com/v1.1/reference/commandline/cli/#build)。感謝您的回答。 – seanlook 2014-11-05 12:58:09