docker build -t xbf/hello_nginxinvalid argument "xbf/hello_nginx." for t: Error parsing reference: "xbf/hello_nginx." is not a valid repository/tag: invalid reference formatSee 'docker build --help'.我的腳本如下FROM ubuntuMAINTAINER xbfRUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.listRUN apt-get updateRUN apt-get install -y nginxCOPY index.html /var/www/htmlENTRYPOINT ["/usr/sbin/nginx","-g","daemon off:"]EXPOSE 80不知道到底哪有問題
dockerfile的腳本內容輸入后,docker build -t xbf/hello_nginx這條命令輸入后報錯,求解
慕函數7399925
2018-12-05 15:02:05