码迷,mamicode.com
首页 > 其他好文 > 详细

Docker报错“Dockerfile parse error line 1: FROM requires either one or three arguments”

时间:2019-10-04 11:10:28      阅读:466      评论:0      收藏:0      [点我收藏+]

标签:builder   ocs   http   原因   mamicode   height   doc   图片   idt   

看官方文档Format

以 ‘#‘ 开头一行被视为评论,出现在其他位置视为参数。

也就不难理解报错原因:将写在同一行的注释视为参数了。

原Dockerfile:

技术图片

 改为:

技术图片

 

Docker报错“Dockerfile parse error line 1: FROM requires either one or three arguments”

标签:builder   ocs   http   原因   mamicode   height   doc   图片   idt   

原文地址:https://www.cnblogs.com/lfri/p/11621619.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!