0
Docker 快速學習自我挑戰 II Day3
Dockerfile 語法梳理與最佳實踐 Dockerfile 語法 FROM 語法:為了安全,盡量使用官方的 Image 作為 Base Image FROM scratch 製作 Base Image FROM centos 使用 Base Image FROM ubuntu:14.04 Label 語法:Metadata 不可少,可以理解成註釋 LABEL maintainer