dockerfile - 我用docker build的时候出现下边问题 麻烦帮我看一下
怪我咯
怪我咯 2017-04-26 09:01:28
0
3
676

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(3)
漂亮男人

Unknown instruction ET, do not use ET like RUN, ADD

大家讲道理

Common instructions for Dockerfile are as follows:

  • FROM

  • MAINTAINER

  • RUN

  • CMD

  • EXPOSE

  • ENV

  • ADD

  • COPY

  • ENTRYPOINT

There is no ET command, maybe you forgot to write RUN in front of the command

If possible, please post the Dockerfile.

Reference:
Dockerfile reference

伊谢尔伦

The Dockerfile must be written wrong, please paste the Dockerfile

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!