Skip to content

Commit 05998c8

Browse files
committed
更新了日志
1 parent dbe5479 commit 05998c8

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

Day91-100/92.Docker容器详解.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ docker push jackfrued/webserver
719719
1. 安装Docker Compose。
720720

721721
```Shell
722-
curl -L https://github.com/docker/compose/releases/download/1.25.0-rc2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
722+
curl -L "https://github.com/docker/compose/releases/download/1.25.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
723723
chmod +x /usr/local/bin/docker-compose
724724
```
725725

File renamed without changes.

res/donation3.png

788 KB
Loading

res/donation4.png

596 KB
Loading

res/meituan.png

-635 KB
Binary file not shown.

更新日志.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
## 更新日志
22

3-
### 2020年4月2日
3+
### 2020年4月8日
44

55
1. 将基础部分(第1天到第15天)内容重新创建了一个名为“Python-Core-50-Courses”的仓库,更新了部分内容。
6+
67
2. 更新了README.md文件。
78

9+
3. 将近期收到的打赏通过腾讯公益捐出,助力“儿童健康课堂”。
10+
11+
![](res/donation4.png)
12+
813
### 2020年3月8日
914

1015
1. 更新了最后10天的部分文档。
1116

1217
2. 通过美团公益将近期打赏捐助给受疫情影响儿童。
1318

14-
![](res/meituan.png)
19+
![](res/donation3.png)
1520

1621
### 2020年3月1日
1722

@@ -47,7 +52,7 @@
4752

4853
1. 今天终于结束了出差的日子,回来先把最近收到的打赏通过腾讯公益平台全部捐赠给了绿之叶,总共捐出了111笔打赏。
4954

50-
![](./res/donation.png)
55+
![](./res/donation1.png)
5156

5257
### 2019年7月9日
5358

0 commit comments

Comments
 (0)