diff --git a/2018/01/17/learning-programming-and-coding-with-python-git-and-github-tutorial/index.html b/2018/01/17/learning-programming-and-coding-with-python-git-and-github-tutorial/index.html index c5d68bb69..9bcb606f1 100644 --- a/2018/01/17/learning-programming-and-coding-with-python-git-and-github-tutorial/index.html +++ b/2018/01/17/learning-programming-and-coding-with-python-git-and-github-tutorial/index.html @@ -223,7 +223,7 @@
(image via git-scm、qbox、quoracdn、ytimg、linux、imgur、martinfitzpatrick)
diff --git a/2018/09/07/docker-compose-tutorial-intro/index.html b/2018/09/07/docker-compose-tutorial-intro/index.html index bc082e734..54f189999 100644 --- a/2018/09/07/docker-compose-tutorial-intro/index.html +++ b/2018/09/07/docker-compose-tutorial-intro/index.html @@ -120,7 +120,7 @@以上透過 Docker Compose 來啟動並執行 Python Flask + Redis 網頁人數統計的專案,讓讀者能夠理解 Docker Compose 的優勢和使用方式(Docker Compose 是一個工具可以讓你可以透過一個指令就可以控制所有專案(project)中所需要的 services)。同時也複習了 Dockerfile、Docker Image、Container 相關知識。Ya,自從有了 Docker Compose 在本地開發測試專案更加方便,考試都考一百分了!