diff --git a/README.md b/README.md index a57076c..a91ed57 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Slides and lab materials for my Docker Workshop (in Traditional Chinese). ## Background -After given 2 Docker speeches at the end of 2014 (see [A Gentle Introduction to Docker, a “Write Once, Run Anywhere” Containerization Technology](http://jcconf.tw/docker-most-write-once-run-anywhere.html) at JCConf Taiwan 2014 and [Twelve Factor App in Docker](http://containersummit.ithome.com.tw/) at Container Summit 2014), we've seen a growing demand for a systematic, practical, and step-by-step Docker workshop. Therefore, I design this 6-hour workshop materials to fulfill the need. +After given 2 Docker speeches at the end of 2014 (see [A Gentle Introduction to Docker, a “Write Once, Run Anywhere” Containerization Technology](http://jcconf.tw/2014/docker-most-write-once-run-anywhere.html) at JCConf Taiwan 2014 and [Twelve Factor App in Docker](http://containersummit.ithome.com.tw/) at Container Summit 2014), we've seen a growing demand for a systematic, practical, and step-by-step Docker workshop. Therefore, I design this 6-hour workshop materials to fulfill the need. ## Course Introduction diff --git a/intro.md b/intro.md index 25ed849..ddaabbb 100644 --- a/intro.md +++ b/intro.md @@ -24,8 +24,8 @@ Docker 建置實戰講堂 - 實習環境介紹 - 常用的工具指令:docker cli、docker compose - 常用的 Dockerfile 指令 -- 用 Docker 建置典型伺服器軟體:Redis、Nginx -- 從程式源碼建置 Docker 化軟體:PHP、Node.js +- 用 Docker 建置典型伺服器軟體(以 Redis、Nginx 為例) +- 從程式源碼建置 Docker 化軟體(以 PHP、Node.js 為例) - GitHub 與 Docker Hub 連動 - Docker 網路模型 - Docker 化軟體要素:port、volume、daemon off