Home  >  Q&A  >  body text

dockerfile - 我用docker build的时候出现下边问题 麻烦帮我看一下

怪我咯怪我咯2756 days ago680

reply all(3)I'll reply

  • 漂亮男人

    漂亮男人2017-04-26 09:03:28

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

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-26 09:03:28

    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

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-26 09:03:28

    The Dockerfile must be written wrong, please paste the Dockerfile

    reply
    0
  • Cancelreply