mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Fix seccomp typo, postgres path and DCA exam details
This commit is contained in:
@@ -190,7 +190,7 @@ ENV PG_MAJOR 9.3
|
||||
|
||||
ENV PG_VERSION 9.3.4
|
||||
|
||||
RUN curl -SL http://example.com/postgres-$PG_VERSION.tar.xz | tar -xJC /usr/src/postgress && …
|
||||
RUN curl -SL http://example.com/postgres-$PG_VERSION.tar.xz | tar -xJC /usr/src/postgres && …
|
||||
|
||||
ENV PATH /usr/local/postgres-$PG_MAJOR/bin:$PATH
|
||||
```
|
||||
|
||||
@@ -434,8 +434,8 @@ Kubernetes 进阶 (Week 24-36)
|
||||
- 题目数:55 道
|
||||
- 时间限制:90 分钟
|
||||
- 及格分数:73%(约 41 道题)
|
||||
- 费用:$165 USD
|
||||
- 有效期:3 年
|
||||
- 费用:$199 USD
|
||||
- 有效期:2 年
|
||||
|
||||
考试内容比例:
|
||||
```text
|
||||
|
||||
Reference in New Issue
Block a user