Skip to content

Commit

Permalink
hostpath error modified
Browse files Browse the repository at this point in the history
  • Loading branch information
shclub committed Sep 15, 2022
1 parent d276ee4 commit 00894b5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,13 @@ rookie3 : 211.43.14.85
rookie4 : 211.253.37.149

rookie5 : 211.253.37.151

<br/>

PV List (8G)

mariadb-pv-ojt1
mariadb-pv-ojt2
mariadb-pv-ojt3
mariadb-pv-ojt4
mariadb-pv-ojt5
8 changes: 4 additions & 4 deletions chapter2.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ services:
- ./wp:/var/www/html
```
M1 사용자는 M1용 mysql 도커 이미지가 없어 아래의 샘플로 테스트 한다.
맥북 M1 사용자는 M1용 mysql 도커 이미지가 없어 아래의 샘플로 테스트 한다.
```yaml
Expand Down Expand Up @@ -481,14 +481,14 @@ docker compose 기동시에 volumes 설정이 로컬 폴더와 컨테이너 폴
### 과제 1


docker compose로 구성한 mysql container 접속하여 로그인 한 후 wordpress db에 customer 테이블을 생성해 본다.
docker compose로 구성한 mysql container에 접속하여 로그인 한 후 wordpress db에 customer 테이블을 생성해 본다.

<br/>

### 과제 2

mysql container 접속하여 로그인 한 후 wordpress db에
아래 테이블 script를 로컬에 저장된 화일을 사용하여 test 테이블을 생성해 본다.
mysql container 접속하여 로그인 한 후 wordpress db 에
아래 테이블 script를 host에 저장된 화일을 사용하여 test 테이블을 생성해 본다.

https://github.com/shclub/edu1/blob/master/test.sql 화일을 다운 받는다.

Expand Down
2 changes: 2 additions & 0 deletions k8s_basic_hands_on.md
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,8 @@ flask-edu4-app NodePort 10.43.119.5 <none> 5000:30685/TCP 9m7s
curl <VM Public IP>:<할당된 노드 포트 >
```

<br/>

```bash
root@jakelee:~# curl 211.34.231.84:30685
Container EDU | POD Working : flask-edu4-app-74788b6479-t6rvt | v=1
Expand Down

0 comments on commit 00894b5

Please sign in to comment.