ericltw / notes

0 stars 1 forks source link

Docker #58

Open ericltw opened 4 years ago

ericltw commented 4 years ago

Docker

What is Docker?

Docker的核心思想是,使用Docker將應用程序的源代碼,應用程序的配置文件和server runtime封裝到一個稱為container的實體中。

可以將container視為一個application process在一個隔離的環境中運行,其中包含應用程序,應用程序依賴,配置文件,libraries等。

Why use Docker?

Core Concepts

Reference