Skip to content

Commit

Permalink
update docker reading 2018/2/21
Browse files Browse the repository at this point in the history
  • Loading branch information
sakanamax committed Feb 21, 2018
1 parent 53c2d3f commit d0fdf7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ http://freemind.sourceforge.net/wiki/index.php/Download

-------------------------------------------------

2017/2/21

* 進度 Chapter 2 p41 ~ Chapter 2 結束

* 討論小記: Dockerfile 裡面的 ARG 可以在 docker build 的時候 使用 docker build --build-arg 的方式導入變數, 相對 ENV 有彈性多, 但是同時存在 ARG 與 ENV 時候, 看起來會以 ENV 為主

* 下次讀書會 2018/3/7

-------------------------------------------------

2018/2/7

* 進度 Chapter 2 ~ Chapter 2 p.40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ This is notes for Max reading

* 指令: docker inspect -f '{{ .Config.Labels }}' nginx / docker image build / docker pull / docker commit /

* Dockerfile 裡面的 ARG 可以在 docker build 的時候 使用 docker build --build-arg 的方式導入變數, 相對 ENV 有彈性多, 但是同時存在 ARG 與 ENV 時候, 看起來會以 ENV 為主

-------------------------------------

2018/1/23
Expand Down

0 comments on commit d0fdf7a

Please sign in to comment.