Skip to content

Commit c661ed1

Browse files
committed
add
1 parent c3f9a7f commit c661ed1

File tree

126 files changed

+5113
-5308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+5113
-5308
lines changed

assets/jsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"paths": {
55
"*": [
66
"../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2@v2.21100.20000/package/dist/cjs/*",
7-
"../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.2+incompatible/js/*"
7+
"../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.3+incompatible/js/*"
88
]
99
}
1010
}

public/404.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<meta name="viewport" content="width=device-width, initial-scale=1.0">
4040
<meta name="description" content="KubeDaily - Demestifying Container and Orchestration Ecosystem" />
4141
<meta name="keywords" content="KubeDaily, Kubernetes, Docker, Container, Orchestration, DevOps, Cloud Native" />
42-
42+
4343
<script
4444
src="https://cdn.jsdelivr.net/npm/quizdown@latest/public/build/quizdown.js">
4545
</script>
@@ -87,7 +87,8 @@
8787
<script src="/js/bootstrap.js" defer></script>
8888

8989

90-
</head><body>
90+
</head>
91+
<body>
9192
<div>
9293
<header id="topnav">
9394
<div class="container d-flex justify-content-between align-items-center">

public/docs/containerd/architecture-of-containerd/index.html

+44-36
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616

1717

18+
19+
1820

1921

2022

@@ -1625,8 +1627,8 @@
16251627

16261628
</nav>
16271629

1628-
<main class="page-content bg-transparent">
1629-
1630+
<main class="page-content bg-transparent">
1631+
16301632
<div id="top-header" class="top-header d-print-none">
16311633
<div class="header-bar d-flex justify-content-between">
16321634
<div class="d-flex align-items-center">
@@ -3432,10 +3434,10 @@
34323434

34333435
</div>
34343436

3435-
<div class="container-fluid">
3436-
<div class="layout-spacing">
3437-
3438-
<div class="d-md-flex justify-content-between align-items-center"><nav aria-label="breadcrumb" class="d-inline-block pb-2 mt-1 mt-sm-0">
3437+
<div class="container-fluid">
3438+
<div class="layout-spacing">
3439+
3440+
<div class="d-md-flex justify-content-between align-items-center"><nav aria-label="breadcrumb" class="d-inline-block pb-2 mt-1 mt-sm-0">
34393441
<ul id="breadcrumbs" class="breadcrumb bg-transparent mb-0" itemscope itemtype="https://schema.org/BreadcrumbList">
34403442

34413443

@@ -3462,29 +3464,37 @@
34623464

34633465
</ul>
34643466
</nav></div>
3465-
3466-
<div class="row flex-xl-nowrap">
3467-
3468-
3469-
3470-
3471-
<div class="docs-content col-12 mt-0">
3472-
<div class="mb-0 d-flex">
3473-
3474-
<i class="material-icons title-icon me-2">article</i>
3475-
3476-
<h1 class="content-title mb-0">
3477-
Architecture of containerd
3478-
3479-
</h1>
3480-
</div>
3481-
3482-
<p class="lead mb-3"></p>
34833467

3484-
<div id="content" class="main-content" data-bs-spy="scroll" data-bs-root-margin="0px 0px -65%" data-bs-target="#toc-mobile">
3485-
3468+
<div class="row flex-xl-nowrap">
3469+
3470+
<div class="docs-toc col-xl-3 visually-hidden d-xl-block"><toc>
3471+
<div class="fw-bold text-uppercase mb-2">On this page</div>
3472+
<nav id="toc"></nav>
3473+
</toc></div>
3474+
3475+
3476+
<div class="docs-toc-mobile visually-hidden d-print-none d-xl-none">
3477+
<button id="toc-dropdown-btn" class="btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-offset="0,0" aria-expanded="false">
3478+
Table of Contents
3479+
</button>
3480+
<nav id="toc-mobile"></nav></div>
3481+
<div class="docs-content col-12 mt-0">
3482+
<div class="mb-0 d-flex">
3483+
3484+
<i class="material-icons title-icon me-2">article</i>
3485+
3486+
<h1 class="content-title mb-0">
3487+
Architecture of containerd
3488+
3489+
</h1>
3490+
</div>
3491+
3492+
<p class="lead mb-3"></p>
3493+
3494+
<div id="content" class="main-content" data-bs-spy="scroll" data-bs-root-margin="0px 0px -65%" data-bs-target="#toc-mobile">
3495+
34863496

3487-
<div class="main-content-area" data-prismjs-copy="" data-prismjs-copy-success="" data-prismjs-copy-error="">
3497+
<div data-prismjs-copy="" data-prismjs-copy-success="" data-prismjs-copy-error="">
34883498
<p>
34893499

34903500

@@ -3644,8 +3654,8 @@ <h1 class="content-title mb-0">
36443654

36453655

36463656

3647-
</div>
3648-
<div><hr class="doc-hr">
3657+
</div>
3658+
<div><hr class="doc-hr">
36493659
<div id="doc-nav" class="d-print-none">
36503660

36513661
<div class="row flex-xl-nowrap ">
@@ -3673,10 +3683,10 @@ <h1 class="content-title mb-0">
36733683
</div>
36743684
</div>
36753685
</div></div>
3686+
</div>
3687+
</div>
36763688
</div>
36773689
</div>
3678-
</div>
3679-
</div>
36803690
<footer class="shadow py-3 d-print-none">
36813691
<div class="container-fluid">
36823692
<div class="row align-items-center">
@@ -3701,15 +3711,13 @@ <h1 class="content-title mb-0">
37013711

37023712

37033713

3704-
<button onclick="topFunction()" id="back-to-top" aria-label="Back to Top Button" class="back-to-top fs-5"><svg width="24" height="24">
3705-
<path d="M12,10.224l-6.3,6.3L4.32,15.152,12,7.472l7.68,7.68L18.3,16.528Z" style="fill:#fff" />
3706-
</svg></button>
3714+
<button onclick="topFunction()" id="back-to-top" aria-label="Back to Top Button" class="back-to-top fs-5"><svg width="24" height="24"><path d="M12,10.224l-6.3,6.3L4.32,15.152,12,7.472l7.68,7.68L18.3,16.528Z" style="fill:#fff"/></svg></button>
37073715

37083716

37093717

37103718

37113719

3712-
<script>(()=>{var e=document.getElementById("mode");e!==null&&(window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",e=>{e.matches?(localStorage.setItem("theme","dark"),document.documentElement.setAttribute("data-dark-mode","")):(localStorage.setItem("theme","light"),document.documentElement.removeAttribute("data-dark-mode"))}),e.addEventListener("click",()=>{document.documentElement.toggleAttribute("data-dark-mode"),localStorage.setItem("theme",document.documentElement.hasAttribute("data-dark-mode")?"dark":"light")}),localStorage.getItem("theme")==="dark"?document.documentElement.setAttribute("data-dark-mode",""):document.documentElement.removeAttribute("data-dark-mode"))})()</script>
3720+
<script>(()=>{var e=document.getElementById("mode");e!==null&&(window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",e=>{e.matches?(localStorage.setItem("theme","dark"),document.documentElement.setAttribute("data-dark-mode","")):(localStorage.setItem("theme","light"),document.documentElement.removeAttribute("data-dark-mode"))}),e.addEventListener("click",()=>{document.documentElement.toggleAttribute("data-dark-mode"),localStorage.setItem("theme",document.documentElement.hasAttribute("data-dark-mode")?"dark":"light")}),localStorage.getItem("theme")==="dark"?document.documentElement.setAttribute("data-dark-mode",""):document.documentElement.removeAttribute("data-dark-mode"))})()</script>
37133721

37143722

37153723

@@ -5746,4 +5754,4 @@ <h1 class="content-title mb-0">
57465754
</script>
57475755

57485756
</body>
5749-
</html>
5757+
</html>

public/docs/containerd/containerd-ctr/index.html

+40-43
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616

1717

18+
19+
1820

1921

2022

@@ -2703,8 +2705,8 @@
27032705

27042706
</nav>
27052707

2706-
<main class="page-content bg-transparent">
2707-
2708+
<main class="page-content bg-transparent">
2709+
27082710
<div id="top-header" class="top-header d-print-none">
27092711
<div class="header-bar d-flex justify-content-between">
27102712
<div class="d-flex align-items-center">
@@ -4510,10 +4512,10 @@
45104512

45114513
</div>
45124514

4513-
<div class="container-fluid">
4514-
<div class="layout-spacing">
4515-
4516-
<div class="d-md-flex justify-content-between align-items-center"><nav aria-label="breadcrumb" class="d-inline-block pb-2 mt-1 mt-sm-0">
4515+
<div class="container-fluid">
4516+
<div class="layout-spacing">
4517+
4518+
<div class="d-md-flex justify-content-between align-items-center"><nav aria-label="breadcrumb" class="d-inline-block pb-2 mt-1 mt-sm-0">
45174519
<ul id="breadcrumbs" class="breadcrumb bg-transparent mb-0" itemscope itemtype="https://schema.org/BreadcrumbList">
45184520

45194521

@@ -4540,10 +4542,10 @@
45404542

45414543
</ul>
45424544
</nav></div>
4543-
4544-
<div class="row flex-xl-nowrap">
4545-
4546-
<div class="docs-toc col-xl-3 d-xl-block"><toc>
4545+
4546+
<div class="row flex-xl-nowrap">
4547+
4548+
<div class="docs-toc col-xl-3 d-xl-block"><toc>
45474549
<div class="fw-bold text-uppercase mb-2">On this page</div>
45484550
<nav id="toc">
45494551
<ul>
@@ -4608,13 +4610,12 @@
46084610
</ul>
46094611
</nav>
46104612
</toc></div>
4611-
4612-
4613-
4614-
<div class="docs-toc-mobile d-print-none d-xl-none">
4615-
<button id="toc-dropdown-btn" class="btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-offset="0,0" aria-expanded="false">
4616-
Table of Contents
4617-
</button>
4613+
4614+
4615+
<div class="docs-toc-mobile d-print-none d-xl-none">
4616+
<button id="toc-dropdown-btn" class="btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-offset="0,0" aria-expanded="false">
4617+
Table of Contents
4618+
</button>
46184619
<nav id="toc-mobile">
46194620
<ul class="dropdown-menu">
46204621
<li>
@@ -4677,25 +4678,23 @@
46774678
</li>
46784679
</ul>
46794680
</nav></div>
4680-
4681-
4682-
<div class="docs-content col-12 col-xl-9 mt-0">
4683-
<div class="mb-0 d-flex">
4684-
4685-
<i class="material-icons title-icon me-2">article</i>
4686-
4687-
<h1 class="content-title mb-0">
4688-
ContainerD CLI ctr
4681+
<div class="docs-content col-12 col-xl-9 mt-0">
4682+
<div class="mb-0 d-flex">
4683+
4684+
<i class="material-icons title-icon me-2">article</i>
4685+
4686+
<h1 class="content-title mb-0">
4687+
ContainerD CLI ctr
4688+
4689+
</h1>
4690+
</div>
46894691

4690-
</h1>
4691-
</div>
4692-
4693-
<p class="lead mb-3"></p>
4694-
4695-
<div id="content" class="main-content" data-bs-spy="scroll" data-bs-root-margin="0px 0px -65%" data-bs-target="#toc-mobile">
4696-
4692+
<p class="lead mb-3"></p>
4693+
4694+
<div id="content" class="main-content" data-bs-spy="scroll" data-bs-root-margin="0px 0px -65%" data-bs-target="#toc-mobile">
4695+
46974696

4698-
<div class="main-content-area" data-prismjs-copy="" data-prismjs-copy-success="" data-prismjs-copy-error="">
4697+
<div data-prismjs-copy="" data-prismjs-copy-success="" data-prismjs-copy-error="">
46994698
<h4 id="update-ubuntu-server">update ubuntu server <a href="#update-ubuntu-server" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h4>
47004699

47014700

@@ -6104,8 +6103,8 @@ <h3 id="read-image-config-and-image-layers">read image config and image layers <
61046103

61056104

61066105

6107-
</div>
6108-
<div><hr class="doc-hr">
6106+
</div>
6107+
<div><hr class="doc-hr">
61096108
<div id="doc-nav" class="d-print-none">
61106109

61116110
<div class="row flex-xl-nowrap ">
@@ -6133,10 +6132,10 @@ <h3 id="read-image-config-and-image-layers">read image config and image layers <
61336132
</div>
61346133
</div>
61356134
</div></div>
6135+
</div>
6136+
</div>
61366137
</div>
61376138
</div>
6138-
</div>
6139-
</div>
61406139
<footer class="shadow py-3 d-print-none">
61416140
<div class="container-fluid">
61426141
<div class="row align-items-center">
@@ -6161,15 +6160,13 @@ <h3 id="read-image-config-and-image-layers">read image config and image layers <
61616160

61626161

61636162

6164-
<button onclick="topFunction()" id="back-to-top" aria-label="Back to Top Button" class="back-to-top fs-5"><svg width="24" height="24">
6165-
<path d="M12,10.224l-6.3,6.3L4.32,15.152,12,7.472l7.68,7.68L18.3,16.528Z" style="fill:#fff" />
6166-
</svg></button>
6163+
<button onclick="topFunction()" id="back-to-top" aria-label="Back to Top Button" class="back-to-top fs-5"><svg width="24" height="24"><path d="M12,10.224l-6.3,6.3L4.32,15.152,12,7.472l7.68,7.68L18.3,16.528Z" style="fill:#fff"/></svg></button>
61676164

61686165

61696166

61706167

61716168

6172-
<script>(()=>{var e=document.getElementById("mode");e!==null&&(window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",e=>{e.matches?(localStorage.setItem("theme","dark"),document.documentElement.setAttribute("data-dark-mode","")):(localStorage.setItem("theme","light"),document.documentElement.removeAttribute("data-dark-mode"))}),e.addEventListener("click",()=>{document.documentElement.toggleAttribute("data-dark-mode"),localStorage.setItem("theme",document.documentElement.hasAttribute("data-dark-mode")?"dark":"light")}),localStorage.getItem("theme")==="dark"?document.documentElement.setAttribute("data-dark-mode",""):document.documentElement.removeAttribute("data-dark-mode"))})()</script>
6169+
<script>(()=>{var e=document.getElementById("mode");e!==null&&(window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",e=>{e.matches?(localStorage.setItem("theme","dark"),document.documentElement.setAttribute("data-dark-mode","")):(localStorage.setItem("theme","light"),document.documentElement.removeAttribute("data-dark-mode"))}),e.addEventListener("click",()=>{document.documentElement.toggleAttribute("data-dark-mode"),localStorage.setItem("theme",document.documentElement.hasAttribute("data-dark-mode")?"dark":"light")}),localStorage.getItem("theme")==="dark"?document.documentElement.setAttribute("data-dark-mode",""):document.documentElement.removeAttribute("data-dark-mode"))})()</script>
61736170

61746171

61756172

@@ -8206,4 +8203,4 @@ <h3 id="read-image-config-and-image-layers">read image config and image layers <
82068203
</script>
82078204

82088205
</body>
8209-
</html>
8206+
</html>

0 commit comments

Comments
 (0)