Containerization 與 Virtualization 概念
Julia Ostheimer
Freelance AI Consultant


| Docker 指令(Dockerfile) | 說明 |
|---|---|
FROM |
定義要繼承的基底映像。 |
COPY |
將檔案或目錄複製到容器中。 |
RUN |
在容器內執行指令。 |
ENTRYPOINT |
定義容器的預設行為。 |
| Docker 指令(CLI) | 說明 |
|---|---|
docker build <context> |
依據 Dockerfile 建立 Docker 映像。 |
docker run <name_of_image> |
以映像建立並執行 Docker 容器。 |


DONEIntroduction to Containerization and VirtualizationUPCOMINGIntroduction to DockerContainerization 與 Virtualization 概念