Skip to content

Commit 032ca37

Browse files
Update README.md
1 parent 03f2ea2 commit 032ca37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
5. cheers2019$ docker run -it --rm queens/cheers2019
6262

63-
透過容器技術的封裝,藉此移植應用程式於跨平台上運行。
63+
透過容器技術的封裝,藉此移植應用程式於跨平台上運行 (不依賴原有執行環境)
6464

6565
# Ship, 移植
6666

@@ -77,6 +77,9 @@
7777
# Deploy, 部署
7878

7979
8. cheers2019$ docker run -d -p 80:80 --name <appname>
80+
81+
僅透過一命令,能完成軟題從 A 平台部署到 B 平台過程,而不需要根據 Localhost 進行 env 設定,
82+
大幅度提升了分散式機器的跨平台部署的效率和成果。
8083

8184

8285

0 commit comments

Comments
 (0)