translate dockerfile into traditional chinese

This commit is contained in:
a504082002
2014-11-19 00:53:01 +08:00
parent e3085090b4
commit 1d0a49ca31
3 changed files with 46 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
## 基本結構
Dockerfile 由一行行命令語句組成,並且支援以 `#` 開頭的釋行。
Dockerfile 由一行行命令語句組成,並且支援以 `#` 開頭的釋行。
一般而言Dockerfile 分為四部分:基礎鏡像資訊、維護者資訊、鏡像操作指令和容器啟動時執行指令。