大家讲道理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