在Alpine中,相當於 apt 或 apt-get 的是 apk 典型的Dockerfile將包含例如: RUN apk add --no-cache wget. --no-cache is the equivalent to: apk add wget && rm -rf ...
確定! 回上一頁