The above Dockerfile only has two instructions: FROM , which is used to specify which base image to build the container from, and RUN . RUN is ...
確定! 回上一頁