为了账号安全,请及时绑定邮箱和手机立即绑定

docker build -t xbf/hello_nginx报错

我输入这个命令后,就出来这么一个报错

invalid argument "hello_nginx." for t: Error parsing reference: "hello_ng

inx." is not a valid repository/tag: invalid reference formatSee 'docker build --help'.


FROM ubuntu
MAINTAINER xbf
RUN sed -i 's/archive.ubuntu.com/mirrrosl.ustc.edu.cn/g' /etc/apt/sources
.listRUN apt-get update
RUN apt-get install -y nginx
COPY index.html /var/www/html
ENTRYPOINT ["/usr/sbin/nginx","-g","daemon off:"]
EXPOSE 80

我的dockerfile里的内容,和视频里的一样

正在回答

1 回答

错误提示你的tag的名字是无效的


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

docker build -t xbf/hello_nginx报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信