格式為 RUN <command> 或 RUN ["executable", "param1", "param2"] 。 前者將在shell 終端中運行命令,即 /bin/sh -c ;後者則使用 exec 執行。
確定! 回上一頁