update chapter3

This commit is contained in:
Linpiing 2024-06-26 09:09:49 +07:00
parent a8b0d6ccc7
commit 9c16683a4f
3 changed files with 55 additions and 44 deletions

View file

@ -41,24 +41,35 @@ ssh frappet@frappet.com
IPv4 address for docker0: 172.17.0.1 IPv4 address for docker0: 172.17.0.1
IPv4 address for ens160: 192.168.1.9 IPv4 address for ens160: 192.168.1.9
IPv6 address for ens160: 2405:9800:b523:275e:20c:29ff:fec6:41e IPv6 address for ens160: 2405:9800:b523:275e:20c:29ff:fec6:41e
=> / is using 89.9% of 97.87GB => / is using 89.9% of 97.87GB
=> There are 10 zombie processes. => There are 10 zombie processes.
* Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
* Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
just raised the bar for easy, resilient and secure K8s cluster deployment. just raised the bar for easy, resilient and secure K8s cluster deployment.
https://ubuntu.com/engage/secure-kubernetes-at-the-edge https://ubuntu.com/engage/secure-kubernetes-at-the-edge
* Introducing Expanded Security Maintenance for Applications.
* Introducing Expanded Security Maintenance for Applications.
Receive updates to over 25,000 software packages with your Receive updates to over 25,000 software packages with your
Ubuntu Pro subscription. Free for personal use. Ubuntu Pro subscription. Free for personal use.
https://ubuntu.com/pro https://ubuntu.com/pro
Expanded Security Maintenance for Applications is not enabled.
77 updates can be applied immediately. Expanded Security Maintenance for Applications is not enabled.
To see these additional updates run: apt list --upgradable
9 additional security updates can be applied with ESM Apps. 77 updates can be applied immediately.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm To see these additional updates run: apt list --upgradable
New release '22.04.3 LTS' available.
Run 'do-release-upgrade' to upgrade to it. 9 additional security updates can be applied with ESM Apps.
Last login: Mon Dec 18 13:16:51 2023 from 1.47.195.64 Learn more about enabling ESM Apps service at https://ubuntu.com/esm
frappet@dockerserver:~$
New release '22.04.3 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
Last login: Mon Dec 18 13:16:51 2023 from 1.47.195.64
frappet@dockerserver:~$
``` ```
5. ทำการ Change Directory ไปยัง folder ที่ติดตั้ง Docker 5. ทำการ Change Directory ไปยัง folder ที่ติดตั้ง Docker

View file

@ -8,7 +8,7 @@
{ {
"icon": "mdi-file-outline", "icon": "mdi-file-outline",
"activeIcon": "mdi-file", "activeIcon": "mdi-file",
"label": "คู่มือการใช้งาน", "label": "คู่มือการใช้งาน (เจ้าหน้าที่)",
"children": [ "children": [
{ {
"label": "การเข้าสู่ระบบ", "label": "การเข้าสู่ระบบ",
@ -130,13 +130,13 @@
{ {
"icon": "mdi-file-outline", "icon": "mdi-file-outline",
"activeIcon": "mdi-file", "activeIcon": "mdi-file",
"label": "การตรวจสอบและแก้ไขปัญหา", "label": "คู่มือการตรวจสอบและแก้ไข",
"path": "/debug" "path": "/debug"
}, },
{ {
"icon": "mdi-file-outline", "icon": "mdi-file-outline",
"activeIcon": "mdi-file", "activeIcon": "mdi-file",
"label": "Build and Deploy", "label": "คู่มือการจัดการระบบ",
"path": "/build-and-deploy" "path": "/build-and-deploy"
} }
] ]