Skip to content

kairen/docker-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker 相關技術筆記與整理

本書主要整理 Docker 相關技術與資訊,其中包含環境安裝、指令翻譯、概念翻譯與教學範例等。並隨著需求增加更多整合的內容,除了透過自我筆記來對 Docker 相關技術窺探與實作,也希望能降低其入門與環境部署的難易度。

參與貢獻

如果您想一起參與貢獻的話,您可以協助以下項目:

  • 幫忙校正、挑錯別字、語病等等
  • 提供一些修改建議
  • 提出對某些術語翻譯的建議
  • 提供 Docker 相關安裝與教學
  • 提供 Container 相關安裝與教學

透過 Github 進行協作

  1. Githubfork 到自己的 Repository,例如:<User>/docker-tutorial.git,然後 clone到 Local 端,並設定 Git 使用者資訊。
$ git clone https://github.com/<User>/docker-tutorial.git
$ cd docker-tutorial
$ git config user.name "User"
$ git config user.email user@email.com
  1. 修改程式碼或內容後,透過 commit 來提交到自己的 Repository:
$ git commit -am "Fix issue #1: change helo to hello"
$ git push

若新增採用一般文字訊息,如 Add docker new command example

  1. 在 GitHub 上提教一個 Pull Request。
  2. 持續針對專案的 Repository 進行更新:
$ git remote add upstream  https://github.com/imac-cloud/docker-tutorial.git
$ git fetch upstream
$ git checkout master
$ git rebase upstream/master
$ git push -f origin master

Contributor

About

Tidy up Docker ecosystem tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages